Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
.gitignore: strip down to repo-specific suppressions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pohly committed Jan 24, 2019
1 parent a1db9a7 commit 093f1f1
Showing 1 changed file with 1 addition and 54 deletions.
55 changes: 1 addition & 54 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 093f1f1

Please sign in to comment.