santa/.gitignore

26 lines
390 B
Plaintext
Raw Permalink Normal View History

2019-08-07 01:59:56 -07:00
## Taken from https://github.com/github/gitignore/blob/master/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2019-06-24 02:12:32 -07:00
2019-08-07 01:59:56 -07:00
.DS_Store
.vscode
2019-06-24 02:12:32 -07:00
2019-08-07 01:59:56 -07:00
# Test binary, build with `go test -c`
*.test
2019-06-24 02:12:32 -07:00
2019-08-07 01:59:56 -07:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2019-06-24 02:12:32 -07:00
2019-08-07 01:59:56 -07:00
# Ignore build directory
build
2019-06-24 02:12:32 -07:00
2019-08-07 01:59:56 -07:00
# Ignore vendor directory
vendor
2019-06-24 02:12:32 -07:00
2019-08-07 01:59:56 -07:00
# Ignore testing directory
test_data