diff options
Diffstat (limited to 'debian/patches/gitignore.patch')
-rw-r--r-- | debian/patches/gitignore.patch | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/patches/gitignore.patch b/debian/patches/gitignore.patch index 9075f8f..412e1f9 100644 --- a/debian/patches/gitignore.patch +++ b/debian/patches/gitignore.patch @@ -3,9 +3,13 @@ Date: Mon, 18 Oct 2015 03:29:18 +0200 Subject: Git ignore everything except the debian dir Forwarded: not-needed ---- /dev/null +--- a/.gitignore +++ b/.gitignore -@@ -0,0 +1,6 @@ +@@ -3,3 +3,10 @@ + release/ + contrib/*.db + contrib/*.txt ++ +# +# Debian packaging: ignore everything at the top level, since it isn't +# included in our repository |