Skip to content

Commit ab241b9

Browse files
committed
.gitignore: strip down to the 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.
1 parent 054c612 commit ab241b9

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

.gitignore

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,2 @@
11
# Compiled binaries and deployment files
22
/bin/
3-
/deploy/docker/csi-snapshotter
4-
5-
# Binaries for programs and plugins
6-
*.exe
7-
*.exe~
8-
*.dll
9-
*.so
10-
*.dylib
11-
12-
# Test binary, build with `go test -c`
13-
*.test
14-
15-
# Output of the go coverage tool, specifically when used with LiteIDE
16-
*.out
17-
18-
# OSX leaves these everywhere on SMB shares
19-
._*
20-
21-
# OSX trash
22-
.DS_Store
23-
24-
# Eclipse files
25-
.classpath
26-
.project
27-
.settings/**
28-
29-
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
30-
.idea/
31-
*.iml
32-
33-
# Vscode files
34-
.vscode
35-
36-
# Emacs save files
37-
*~
38-
\#*\#
39-
.\#*
40-
41-
# Vim-related files
42-
[._]*.s[a-w][a-z]
43-
[._]s[a-w][a-z]
44-
*.un~
45-
Session.vim
46-
.netrwhist

0 commit comments

Comments
 (0)