mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Added golang gitignore lines to prevent committing build outputs (#146)
This commit is contained in:
committed by
Adrian Gallagher
parent
0a8d8454b5
commit
dd757a738e
13
.gitignore
vendored
13
.gitignore
vendored
@@ -11,3 +11,16 @@ testdata/writefiletest
|
||||
.idea
|
||||
*.iml
|
||||
vendor/
|
||||
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
Reference in New Issue
Block a user