argon2/.gitignore

21 lines
265 B
Plaintext
Raw Normal View History

2022-12-04 02:18:05 +01:00
### JetBrains
.idea/
### Go template
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2022-12-04 02:34:55 +01:00
# Dependency directories
vendor/
2022-12-04 02:18:05 +01:00