0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-10 02:10:38 +00:00
git-sv/.gitignore

23 lines
279 B
Plaintext
Raw Normal View History

2019-11-17 15:42:31 +00:00
# Binaries for programs and plugins
2019-11-17 16:06:44 +00:00
bin/
2019-11-17 15:42:31 +00:00
*.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
2021-02-13 18:40:09 +00:00
*.sample
# Additional generated artifacts
artifacts/
# Mac metadata
.DS_Store