Exclude debian directory in .gitignore

I didn't think this was necessary as the debian directory is already
present in the repo.  But without this, git will ignore all new files
under it.

(cherry picked from commit 76e21fd6a2)
This commit is contained in:
Ben Hutchings 2015-08-11 19:02:25 +02:00
parent ecae9d006f
commit a42e6ab606
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Forwarded: not-needed
# Generated include files
#
include/config
@@ -106,3 +95,9 @@ all.config
@@ -106,3 +95,10 @@ all.config
# Kdevelop4
*.kdev4
@ -40,3 +40,4 @@ Forwarded: not-needed
+# included in our repository
+#
+/*
+!/debian/