diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-24 20:20:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-24 20:20:09 +0200 |
commit | bad63eb735b13e1f009a19af1dd810f7279c2ba1 (patch) | |
tree | 34bcc61fd5814931f3472a594802606316c888a8 /.gitignore | |
parent | 57f1ccba214ee4d658fe2bcd61ef51651ade3225 (diff) |
gcc 4.4 compatibility patches
* add the rest of the patches missed by the last commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 244184f0b..3bfb728a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,20 @@ +config/conf +config/lex.zconf.c +config/lkc_defs.h +config/mconf +config/zconf.tab.c +config/zconf.tab.h prereq.mk toolchain_build_*/ +.tmpconfig.h .prereq_done .config* .cfg/ cross_*/ root_*/ bin_*/ +build_*/ +config/*.o make.log dl/ +package/*/info.mk |