diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 21:01:34 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 21:01:34 +0100 |
commit | eeeb44ffb3b147d02e8a2201c98c47a2b6511c0d (patch) | |
tree | 6da0dd1c1ba0acd8e706e6485d0fd828bc310bef /.gitignore | |
parent | ef76a189c7a4038b20231c3a88b9a2e78790ed40 (diff) |
Updated gitignore to ignore build dirs on other platforms
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index df61cc59d..4621c7b32 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,14 @@ /*/wntmsc???.pro /*/unxmac?? /*/unxmac??.pro +/*/unx?bsd?? +/*/unx?bsd??.pro +/*/unxdfly?? +/*/unxdfly??.pro +/*/unxso??? +/*/unxso???.pro +/*/unxaig?? +/*/unxaig??.pro /solver/* /instsetoo_native/* |