diff options
author | Phil Sutter <phil@nwl.cc> | 2009-08-02 13:44:10 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2009-08-02 15:46:20 +0200 |
commit | 8975933179908dbff352d01018b5fbbf60d6c0d9 (patch) | |
tree | 908f044ddae4cfa077374fa3d7ebb13a564b5202 /.gitignore | |
parent | 3a85fc1dd1b1b56049f8ab3ee1773da2d37bf72d (diff) |
make new mconf compile and update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 931ccdf1e..a42417b2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ config/conf +config/lex.backup config/lex.zconf.c config/lkc_defs.h config/mconf +config/zconf.hash.c +config/zconf.output config/zconf.tab.c config/zconf.tab.h prereq.mk @@ -15,6 +18,7 @@ root_*/ bin_*/ build_*/ config/*.o +config/lxdialog/*.o make.log dl/ package/*/info.mk |