From 093f1f1baa820f5dc42fdd692fbf0996608626a4 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 24 Jan 2019 16:02:44 +0100 Subject: [PATCH] .gitignore: strip down to repo-specific suppressions Maintaining a list of all the temp files used by various editors and IDEs is cumbersome. Instead of doing that in each repo, developers contributing to kubernetes-csi should set up a global .gitignore for their own tools. --- .gitignore | 55 +----------------------------------------------------- 1 file changed, 1 insertion(+), 54 deletions(-) diff --git a/.gitignore b/.gitignore index a9d32a9cc9..5e56e040ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,54 +1 @@ -# -*- mode: gitignore; -*- -*~ -\#*\# -/.emacs.desktop -/.emacs.desktop.lock -*.elc -auto-save-list -tramp -.\#* - -# Vscode files -.vscode - -# Org-mode -.org-id-locations -*_archive - -# flymake-mode -*_flymake.* - -# eshell files -/eshell/history -/eshell/lastdir - -# elpa packages -/elpa/ - -# reftex files -*.rel - -# AUCTeX auto folder -/auto/ - -# cask packages -.cask/ -dist/ - -# Flycheck -flycheck_*.el - - -.idea/ -/.project -*.iml - -# ignore build directory -_output/ - - -# vim -*.swp - -# bin -bin/ +/bin