512be8f081
Allows users to get a reproduceable build. Still needs to be integrated into build.bash. Suggested at https://github.com/rfjakob/gocryptfs/issues/142
20 lines
263 B
Plaintext
20 lines
263 B
Plaintext
# the gocryptfs executable
|
|
/gocryptfs
|
|
|
|
# temporary files created by the tests
|
|
/tmp
|
|
|
|
# binary releases and signatiures
|
|
/*.tar.gz
|
|
/*.asc
|
|
|
|
# Binaries created for cpu profiling
|
|
*.test
|
|
|
|
# Rendered manpage
|
|
gocryptfs.1
|
|
|
|
# Dependencies copied by "dep"
|
|
/vendor
|
|
/_vendor-*
|