aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-11-01 16:08:46 +0100
committerJakob Unterwurzacher2017-11-01 16:09:47 +0100
commit9a3791fbc1e3422f06bdd3b63868aa28c04267c3 (patch)
tree7d7ce21d3c17ce13eacad4a670733ef9bc629e04 /.gitignore
parenta1a98abfbb1fe3bd235ca1a7e275f84d41afa417 (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--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f151e23..88286f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,6 @@ gocryptfs.1
# Dependencies copied by "dep"
/vendor
/_vendor-*
+
+# Source tarball version. Should never be commited to git.
+/VERSION