Init go package & gitignore
This commit is contained in:
parent
b933599075
commit
1652d2fe4a
3 changed files with 22 additions and 4 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
### Go ###
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
### Go Patch ###
|
||||
# Don't ship packages
|
||||
# - at least during initial development or until somebody presents a reason to
|
||||
/vendor/
|
||||
/Godeps/
|
Loading…
Add table
Add a link
Reference in a new issue