aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/.gitignore
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-10-18 08:26:15 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-10-18 08:26:15 -0700
commit1e65174a3378494608e8ed7f8c74d658be9a0fb2 (patch)
tree88a87eebc085d04ba59580402a54e5867ae15afb /scripts/kconfig/.gitignore
parent[PATCH] kbuild: Eliminate build error when KALLSYMS not defined (diff)
downloadlinux-dev-1e65174a3378494608e8ed7f8c74d658be9a0fb2.tar.xz
linux-dev-1e65174a3378494608e8ed7f8c74d658be9a0fb2.zip
Add some basic .gitignore files
This still leaves driver and architecture-specific subdirectories alone, but gets rid of the bulk of the "generic" generated files that we should ignore. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts/kconfig/.gitignore')
-rw-r--r--scripts/kconfig/.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
new file mode 100644
index 000000000000..2dac3442e0ac
--- /dev/null
+++ b/scripts/kconfig/.gitignore
@@ -0,0 +1,16 @@
+#
+# Generated files
+#
+config*
+lex.*.c
+*.tab.c
+*.tab.h
+
+#
+# configuration programs
+#
+conf
+mconf
+qconf
+gconf
+kxgettext