diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-04 00:27:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-04 00:27:07 +0100 |
commit | f991debebbd17225a6302b7bcd51101b0f41a621 (patch) | |
tree | 4ee66eb97506721cd5ad48c0582563b6863afc75 /.gitignore | |
parent | 4f8d0c38d0429b26dbc8c3035cf212b22ac2b516 (diff) |
finetune make bulk
add bulk targets for allmodconfig/allconfig.
add more targets to the bulk list.
use a separate .cfg directory for target-libc combinations.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7e27e221d..957033da2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ toolchain_build_*/ .defconfig all.config .cfg/ -.cfg.*/ +.cfg_*/ cross_*/ root_*/ bin/ |