diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-11-23 23:23:51 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-11-23 23:23:51 (EST) |
commit | 58c4c89a46e6a5502c21362b39467be3f47d671e (patch) | |
tree | 6779f76d49bd83cb11a9cb0347407cb86e3c0597 /.gitignore |
Initial commit
This is scripts/kconfig/ from commit f33a3fa in Linux.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..be603c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# +# Generated files +# +config* +*.lex.c +*.tab.c +*.tab.h +zconf.hash.c +*.moc +gconf.glade.h +*.pot +*.mo + +# +# configuration programs +# +conf +mconf +nconf +qconf +gconf +kxgettext |