[linux] 04/04: Exclude debian directory in .gitignore
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sat Sep 26 14:48:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch jessie
in repository linux.
commit 95446d5e3fa0e7a6f39eb1c7c016bad37439cfaf
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)
---
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 e554436..5415225 100644
--- a/debian/patches/debian/gitignore.patch
+++ b/debian/patches/debian/gitignore.patch
@@ -25,7 +25,7 @@ Forwarded: not-needed
# Generated include files
#
include/config
-@@ -95,3 +84,9 @@ x509.genkey
+@@ -95,3 +84,10 @@ x509.genkey
# Kconfig presets
all.config
@@ -35,3 +35,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