0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-02 17:28:33 +02:00
gitea/options/gitignore/Go

16 lines
269 B
Plaintext
Raw Normal View History

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
2014-03-11 06:32:36 +01:00
*.so
*.dylib
2014-03-11 06:32:36 +01:00
# Test binary, built with `go test -c`
*.test
2014-03-11 06:32:36 +01:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/