certificates/.gitignore

21 lines
257 B
Text
Raw Normal View History

2018-11-03 06:52:32 +00:00
# Binaries for programs and plugins
2018-10-05 21:48:36 +00:00
/bin
2018-11-03 06:52:32 +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
# Others
*.swp
.travis-releases
coverage.txt
2018-10-05 21:48:36 +00:00
vendor
2018-11-03 06:52:32 +00:00
output