summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-02-27 00:07:24 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-02-27 00:07:24 -0300
commit1d519605f13dd2c51024060465a16ddd1abfb649 (patch)
tree2d6f30bb756a4becda0caacf763a5a36f785c0b7 /.gitignore
parent0ac139d60fb6107950e250bbf8bd6c2c73dfafbd (diff)
downloadlinux-0-day-1d519605f13dd2c51024060465a16ddd1abfb649.tar.gz
linux-0-day-1d519605f13dd2c51024060465a16ddd1abfb649.tar.xz
V4L/DVB (3300b): .gitignore should also ignore StGit generated dirs
StGit genreates patches-* when you run stg export command. It makes no sense to show such directories as changes on git status. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3f8fb686b59ce..53e53f2791f88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,5 @@ include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
+# stgit generated dirs
+patches-*