filtress/.gitignore

23 lines
272 B
Plaintext
Raw Normal View History

2019-07-15 04:28:24 +00:00
# ---> Go
# 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
# Binary from `go build`
filtress
2019-07-18 23:49:04 +00:00
# Test images
*.jpeg
*.jpg
*.png