Skip to content

Commit

Permalink
.gitignore: strip down to the 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 39a1be1 commit 73fbf09
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,45 +1,2 @@
# Compiled binaries and deployment files
# compiled binaries
/bin/
/deploy/docker/driver-registrar

# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# OSX leaves these everywhere on SMB shares
._*

# OSX trash
.DS_Store

# Eclipse files
.classpath
.project
.settings/**

# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml

# Vscode files
.vscode

# Emacs save files
*~
\#*\#
.\#*

# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist

0 comments on commit 73fbf09

Please sign in to comment.