aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Dietsche2011-06-30 18:42:50 -0500
committerMichal Marek2011-07-01 08:21:24 -0500
commitb756828609ee8cb1320effc371cfafde6a6246fe (patch)
treef176bc4320a34a13f329c6fb330197651a3aa993 /.gitignore
parent55922c9d1b84b89cb946c777fddccb3247e7df2c (diff)
downloadam43-linux-kernel-b756828609ee8cb1320effc371cfafde6a6246fe.tar.gz
am43-linux-kernel-b756828609ee8cb1320effc371cfafde6a6246fe.tar.xz
am43-linux-kernel-b756828609ee8cb1320effc371cfafde6a6246fe.zip
gitignore: ignore debian build directory
Have git ignore the Debian directory created when running: make deb-pkg Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9dacde0a4b2..57af07cf7e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,6 +46,11 @@ modules.builtin
46/Module.symvers 46/Module.symvers
47 47
48# 48#
49# Debian directory (make deb-pkg)
50#
51/debian/
52
53#
49# git files that we don't want to ignore even it they are dot-files 54# git files that we don't want to ignore even it they are dot-files
50# 55#
51!.gitignore 56!.gitignore