[linux] 01/01: Exclude debian directory in .gitignore
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Tue Aug 11 17:04:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 76e21fd6a2db230636520832d78f68a86b148a50
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Tue Aug 11 19:02:25 2015 +0200
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.
---
debian/patches/debian/gitignore.patch | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/patches/debian/gitignore.patch b/debian/patches/debian/gitignore.patch
index 85e2740..eb71348 100644
--- a/debian/patches/debian/gitignore.patch
+++ b/debian/patches/debian/gitignore.patch
@@ -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/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list