diff options
author | Jakob Unterwurzacher | 2017-11-01 16:08:46 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-11-01 16:09:47 +0100 |
commit | 9a3791fbc1e3422f06bdd3b63868aa28c04267c3 (patch) | |
tree | 7d7ce21d3c17ce13eacad4a670733ef9bc629e04 /.gitignore | |
parent | a1a98abfbb1fe3bd235ca1a7e275f84d41afa417 (diff) |
build.bash: support VERSION file and vendored go-fuse
Prepares for the release of all-in-one source tarballs
that include all non-stdlib dependencies.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,3 +17,6 @@ gocryptfs.1 # Dependencies copied by "dep" /vendor /_vendor-* + +# Source tarball version. Should never be commited to git. +/VERSION |