[linux] 07/08: Exclude debian directory in .gitignore
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Thu Aug 13 17:44:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch wheezy
in repository linux.
commit c7f8b04d54c7521cc4f09ca822ab8ba9dd5c2c05
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.
(cherry picked from commit 76e21fd6a2db230636520832d78f68a86b148a50)
Refresh the patch against 3.2.
---
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 00924e5..8f7fc27 100644
--- a/debian/patches/debian/gitignore.patch
+++ b/debian/patches/debian/gitignore.patch
@@ -24,7 +24,7 @@ Subject: Tweak gitignore for Debian pkg-kernel using git svn.
# Generated include files
#
include/config
-@@ -84,3 +73,9 @@ GTAGS
+@@ -84,3 +73,10 @@ GTAGS
*.orig
*~
\#*#
@@ -34,3 +34,4 @@ Subject: Tweak gitignore for Debian pkg-kernel using git svn.
+# 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