]> Git Repo - linux.git/commitdiff
gitignore: ignore debian build directory
authorGreg Dietsche <[email protected]>
Thu, 30 Jun 2011 23:42:50 +0000 (18:42 -0500)
committerMichal Marek <[email protected]>
Fri, 1 Jul 2011 13:21:24 +0000 (15:21 +0200)
Have git ignore the Debian directory created when running:
make deb-pkg

Signed-off-by: Greg Dietsche <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
.gitignore

index 9dacde0a4b2dcec4ce33013354b6c46738daaef7..57af07cf7e682e77de69d96587b0ca315ea611a1 100644 (file)
@@ -45,6 +45,11 @@ modules.builtin
 /Module.markers
 /Module.symvers
 
+#
+# Debian directory (make deb-pkg)
+#
+/debian/
+
 #
 # git files that we don't want to ignore even it they are dot-files
 #
This page took 0.062189 seconds and 4 git commands to generate.