From 512be8f081d2cc2afc778a2dcf5447647de2bbea Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 6 Sep 2017 20:52:30 +0200 Subject: Add "dep" files: Gopkg.toml and Gopkg.lock Allows users to get a reproduceable build. Still needs to be integrated into build.bash. Suggested at https://github.com/rfjakob/gocryptfs/issues/142 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1ffd82d..f151e23 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ # Rendered manpage gocryptfs.1 + +# Dependencies copied by "dep" +/vendor +/_vendor-* -- cgit v1.2.3