PWGen/.gitignore

46 lines
584 B
Plaintext
Raw Normal View History

*.7z
*.bak
*.deb
*.jar
*.rar
*.run
*.sig
*.tar
*.tar.bz2
*.tar.gz
*.tar.xz
*.tbz
*.tbz2
*.tgz
*.txz
*.zip
.*.swp
.editix
.idea/
# https://github.com/github/gitignore/blob/master/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
!*test.go
# Built binaries
bin/*
/pwgen
/cmd/pwgen/pwgen
2022-05-22 04:43:12 -04:00
/pwgen_macos_m1.bin
/pwgen_macos_x86.bin
/pwgen_macos_x86_64.bin
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/