summaryrefslogtreecommitdiffstats
path: root/debian/patches/gitignore.patch
blob: 412e1f941e550b4b2787addbd82030d65af43372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 18 Oct 2015 03:29:18 +0200
Subject: Git ignore everything except the debian dir
Forwarded: not-needed

--- a/.gitignore
+++ b/.gitignore
@@ -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
+#
+/*
+!/debian/