diff options
author | Memphiz <memphis@machzwo.de> | 2013-03-28 22:30:19 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-03-28 22:30:19 +0100 |
commit | 8d76aa2efd76a915a05ef45e2f1b7a4e4c7ce7b1 (patch) | |
tree | 6f792ab02bb0834a85d9f79c4e3c739fba1b2390 /tools/depends/.gitignore | |
parent | 7c2ffd8d8c8519a66d2f0ffb2bcf9d38d6d1b986 (diff) |
depends: update .gitignore for depends for osx and ios builds
Diffstat (limited to 'tools/depends/.gitignore')
-rw-r--r-- | tools/depends/.gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/depends/.gitignore b/tools/depends/.gitignore index 0bf39a6fff..3932ef0590 100644 --- a/tools/depends/.gitignore +++ b/tools/depends/.gitignore @@ -15,10 +15,12 @@ /target/*/x86_64-linux-gnu/* /target/*/arm-linux-gnueabi/* /native/*/x86_64-darwin*.*.*-native/ -/target/*/arm-apple-darwin/* -/target/*/x86_64-apple-darwin/* -/target/*/i386-apple-darwin/* +/target/*/iphoneos*.*_arm*-target/* +/target/*/macosx*.*_x86_64-target/* +/target/*/macosx*.*_i386-target/* +/target/*/iphoneos*.*_arm*-target/ /target/*/macosx*.*_x86_64-target/ +/target/*/macosx*.*_i386-target/ Toolchain.cmake config.site config.site.native |