0
|
1 syntax:glob
|
|
2
|
|
3 # Created by https://www.gitignore.io/api/go
|
|
4 # Edit at https://www.gitignore.io/?templates=go
|
|
5
|
|
6 ### Go ###
|
|
7 # Binaries for programs and plugins
|
|
8 *.exe
|
|
9 *.exe~
|
|
10 *.dll
|
|
11 *.so
|
|
12 *.dylib
|
|
13
|
|
14 # Test binary, built with `go test -c`
|
|
15 *.test
|
|
16
|
|
17 # Output of the go coverage tool, specifically when used with LiteIDE
|
|
18 *.out
|
|
19
|
|
20 # Dependency directories (remove the comment below to include it)
|
|
21 # vendor/
|
|
22
|
|
23 ### Go Patch ###
|
|
24 /vendor/
|
|
25 /Godeps/
|
|
26
|
|
27 # End of https://www.gitignore.io/api/go
|