libgocryptfs/.gitignore

23 lines
333 B
Plaintext
Raw Normal View History

# the gocryptfs executable
/gocryptfs
# temporary files created by the tests
/tmp
2015-10-07 22:14:00 +02:00
# binary releases and signatiures
2015-10-07 22:14:00 +02:00
/*.tar.gz
/*.asc
# Binaries created for cpu profiling
*.test
# Rendered manpage
gocryptfs.1
# Dependencies copied by "dep"
/vendor
/_vendor-*
# Source tarball version. Should never be committed to git.
/VERSION