Skip to content

Commit c58bf02

Browse files
committed
update .gitignore
1 parent 84de7f7 commit c58bf02

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

.gitignore

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
/bin
2-
/envtest
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
bin
8+
envtest
9+
testbin/*
10+
__debug_bin
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+
# editor and IDE paraphernalia
19+
.idea
20+
*.swp
21+
*.swo
22+
*~
23+
.DS_Store
24+
25+
# temp stuff
26+
/tmp

0 commit comments

Comments
 (0)