diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2013-03-08 23:16:23 -0500 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2013-03-11 00:16:02 -0400 |
commit | 592d4c0b147ab05f2822c7ba5f4e9112784b6ce1 (patch) | |
tree | 690a46b49e80cc55c4329d5aebdfea917b0fc800 /tools/depends/.gitignore | |
parent | cdf099d0f824a787904d828c5573c70bf8489738 (diff) |
depends: add mess of depends
Diffstat (limited to 'tools/depends/.gitignore')
-rw-r--r-- | tools/depends/.gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/depends/.gitignore b/tools/depends/.gitignore new file mode 100644 index 0000000000..755370a94c --- /dev/null +++ b/tools/depends/.gitignore @@ -0,0 +1,23 @@ +/configure +/Makefile.include +/autom4te.cache/ +/**/.gitignore +/**/.installed-* +/target/*/.installed-* +/native/*/.installed-* +/target/*/x86/* +/native/*/x86-native/* +/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-darwin10.8.0-native/* +/target/*/arm-apple-darwin/* +/target/*/x86_64-apple-darwin/* +/target/*/i386-apple-darwin/* +Toolchain.cmake +config.site +config.site.native |