diff options
Diffstat (limited to 'scripts/kconfig/.gitignore')
-rw-r--r-- | scripts/kconfig/.gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore new file mode 100644 index 000000000..b49584c93 --- /dev/null +++ b/scripts/kconfig/.gitignore | |||
@@ -0,0 +1,19 @@ | |||
1 | # | ||
2 | # Generated files | ||
3 | # | ||
4 | config* | ||
5 | lex.*.c | ||
6 | *.tab.c | ||
7 | *.tab.h | ||
8 | zconf.hash.c | ||
9 | *.moc | ||
10 | lkc_defs.h | ||
11 | |||
12 | # | ||
13 | # configuration programs | ||
14 | # | ||
15 | conf | ||
16 | mconf | ||
17 | qconf | ||
18 | gconf | ||
19 | kxgettext | ||