From 9a3791fbc1e3422f06bdd3b63868aa28c04267c3 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 1 Nov 2017 16:08:46 +0100 Subject: 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3