[linux] 01/08: Setup gitignore suitable for using pkg-kernel via git svn

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Aug 13 17:44:13 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 5fc3e2d93543d15126773a9328b9df85b63b4be3
Author: Ian Campbell <ijc at hellion.org.uk>
Date:   Thu Jan 17 10:04:32 2013 +0000

    Setup gitignore suitable for using pkg-kernel via git svn
    
    (cherry picked from commit b1fcc019d0075fa67d99f27b604132cff32b6ade)
---
 debian/.gitignore                     |  4 ++++
 debian/patches/debian/gitignore.patch | 18 ++++++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..91c6278
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,4 @@
+!/patches
+!*.patch
+!*.diff
+*.pyc
diff --git a/debian/patches/debian/gitignore.patch b/debian/patches/debian/gitignore.patch
new file mode 100644
index 0000000..9387677
--- /dev/null
+++ b/debian/patches/debian/gitignore.patch
@@ -0,0 +1,18 @@
+From: Ian Campbell <ijc at hellion.org.uk>
+Date: Thu, 17 Jan 2013 08:55:21 +0000
+Subject: Tweak gitignore for Debian pkg-kernel using git svn.
+
+--- a/.gitignore
++++ b/.gitignore
+@@ -46,11 +46,6 @@
+ /Module.symvers
+ 
+ #
+-# Debian directory (make deb-pkg)
+-#
+-/debian/
+-
+-#
+ # git files that we don't want to ignore even it they are dot-files
+ #
+ !.gitignore
diff --git a/debian/patches/series b/debian/patches/series
index 697ee2c..2c78ce4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,7 @@
 debian/version.patch
 debian/kernelvariables.patch
 debian/doc-build-parallel.patch
+debian/gitignore.patch
 
 features/all/drivers-media-dvb-usb-af9005-request_firmware.patch
 

-- 
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