Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Commit c8bafb6

Browse files
committed
Updated GitIgnore
1 parent 6d7f4eb commit c8bafb6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.gitignore

+16-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Compiled Object files, Static and Dynamic libs (Shared Objects)
55
*.o
66
*.a
7-
*.so
87

98
# Folders
109
_obj
@@ -25,3 +24,19 @@ _testmain.go
2524
*.exe
2625
*.test
2726
*.prof
27+
28+
# Binaries for programs and plugins
29+
*.exe
30+
*.dll
31+
*.so
32+
*.dylib
33+
34+
# Test binary, build with `go test -c`
35+
*.test
36+
37+
# Output of the go coverage tool, specifically when used with LiteIDE
38+
*.out
39+
40+
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
41+
.glide/
42+

0 commit comments

Comments
 (0)