diff options
author | Memphiz <memphis@machzwo.de> | 2015-12-21 10:33:18 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2016-01-06 15:52:19 +0100 |
commit | 939eee535461c62b5743954baaac602dd69377d9 (patch) | |
tree | 1b4380ca76bbd416418f020c633952fdcdc1188b /tools/depends/.gitignore | |
parent | 2fdc67a24b35c07e18693ea9f642415b3c190703 (diff) |
[depends] - updated gitignore
Diffstat (limited to 'tools/depends/.gitignore')
-rw-r--r-- | tools/depends/.gitignore | 39 |
1 files changed, 30 insertions, 9 deletions
diff --git a/tools/depends/.gitignore b/tools/depends/.gitignore index 86862f3c21..d00a4f152d 100644 --- a/tools/depends/.gitignore +++ b/tools/depends/.gitignore @@ -3,27 +3,48 @@ /autom4te.cache/ /**/.gitignore /**/.installed-* + +/native/*/.installed-* +/native/*/x86-native/* +/native/*/x86_64-linux-gnu-native/* +/native/*/x86_64-darwin*.*.*-native/ +/native/*/armeabi-v7a-native/* + /target/*/.patched-* /target/*/.installed-* -/native/*/.installed-* /target/*/x86/* -/native/*/x86-native/* +/target/*/x86_64-linux-gnu/* /target/*/armeabi-v7a/* -/native/*/armeabi-v7a-native/* /target/*/arm-linux-gnueabihf/* -/native/*/x86_64-linux-gnu-native/* /target/*/arm-linux-androideabi-*/* -/target/*/x86_64-linux-gnu/* /target/*/arm-linux-gnueabi/* -/native/*/x86_64-darwin*.*.*-native/ -/target/*/iphoneos*.*_arm*-target/* +/target/*/macosx*.*_x86_64-target/ /target/*/macosx*.*_x86_64-target/* +/target/*/macosx*.*_i386-target/ /target/*/macosx*.*_i386-target/* /target/*/iphoneos*.*_arm*-target/ -/target/*/macosx*.*_x86_64-target/ -/target/*/macosx*.*_i386-target/ +/target/*/iphoneos*.*_arm*-target/* +/target/*/iphonesimulator*.*_i386*-target/ +/target/*/iphonesimulator*.*_i386*-target/* +/target/*/iphonesimulator*.*_x86_64*-target/ +/target/*/iphonesimulator*.*_x86_64*-target/* +/target/*/appletvos*.*_arm64*-target/ +/target/*/appletvos*.*_arm64*-target/* +/target/*/appletvsimulator*.*_x86_64*-target/ +/target/*/appletvsimulator*.*_x86_64*-target/* + /pre-depends/ /pre-build-deps/ Toolchain.cmake config.site config.site.native +/native/*/*native/ +/JsonSchemaBuilder/bin/ +/libsquish-native/squish-install/ +/TexturePacker/bin/ +/target/ffmpeg/.ffmpeg-installed +/target/ffmpeg/ffmpeg-*-*.tar.gz +/target/ffmpeg/ffmpeg-*-*/ +/tools/depends/target/ffmpeg/ffmpeg-install/ +/tools/depends/target/Toolchain_binaddons.cmake +/tools/depends/target/config-binaddons.site |