[linux] 07/08: Exclude debian directory in .gitignore
    debian-kernel at lists.debian.org 
    debian-kernel at lists.debian.org
       
    Sat Aug 22 19:48:55 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch squeeze-security
in repository linux.
commit 8177399a93a24ddd15ae86c0816a74673dba3858
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Aug 22 21:24:39 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)
    
    Rebase onto 2.6.32.
---
 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 7e843ce..6e9a4a0 100644
--- a/debian/patches/debian/gitignore.patch
+++ b/debian/patches/debian/gitignore.patch
@@ -15,7 +15,7 @@ Subject: Tweak gitignore for Debian pkg-kernel using git svn.
  
  #
  # Generated include files
-@@ -75,3 +73,9 @@ all.config
+@@ -75,3 +73,10 @@ all.config
  *.orig
  *~
  \#*#
@@ -25,3 +25,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