summaryrefslogtreecommitdiffstats
path: root/debian/patches/gitignore.patch
blob: 9075f8f86374df7257fdd0ef83d2ad8d3dab10f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+#
+# Debian packaging: ignore everything at the top level, since it isn't
+# included in our repository
+#
+/*
+!/debian/