blunderboard/.gitignore

19 lines
290 B
Plaintext
Raw Normal View History

2021-08-28 19:25:10 +00:00
.*.swp
2021-08-02 17:53:24 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2021-08-04 22:05:23 +00:00
blunderboard
2021-08-02 17:53:24 +00:00
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/