mosquitto-go-auth/.gitignore

31 lines
395 B
Plaintext
Raw Permalink Normal View History

2017-11-16 06:53:01 +08:00
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
2017-11-23 10:26:40 +08:00
*.o
*.so
*.a
pw
2018-04-17 02:06:57 +08:00
go-auth.h
2017-11-16 06:53:01 +08:00
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2018-10-04 22:18:52 +08:00
# dependencies
2018-10-04 22:20:58 +08:00
vendor
2020-02-22 10:27:51 +08:00
# ides and editors
.idea/
.vscode/
2019-07-30 21:39:40 +08:00
# generated test certificates, keys and CSRs
test-files/certificates/**/*.csr
test-files/certificates/**/*.pem
2020-02-22 10:27:51 +08:00
# todo
TODO