Skip to content

Commit 39187f5

Browse files
authored
update .gitignore (#2176)
Related to #2175
1 parent 0665a84 commit 39187f5

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.gitignore

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1-
p/
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
badger/badger-*
8+
9+
# Test binary, build with `go test -c`
10+
*.test
211
badger-test*/
3-
.idea/
412

5-
vendor
13+
# Output of the go coverage tool
14+
*.out
15+
16+
#darwin
17+
.DS_Store
18+

0 commit comments

Comments
 (0)