.gitignore raw
1 # Binaries for programs and plugins
2 *.exe
3 *.dll
4 *.so
5 *.dylib
6 *.o
7 *.a
8
9 # Folders
10 _obj
11 _test
12
13 # Architecture specific extensions/prefixes
14 *.[568vq]
15 [568vq].out
16
17 *.cgo1.go
18 *.cgo2.c
19 _cgo_defun.c
20 _cgo_gotypes.go
21 _cgo_export.*
22
23 _testmain.go
24
25 *.prof
26
27 # Test binary, build with `go test -c`
28 *.test
29
30 # Output of the go coverage tool, specifically when used with LiteIDE
31 *.out
32
33 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
34 .glide/
35
36 # Gogland
37 .idea/