aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorpeak3d <pfau@peak3d.de>2018-02-25 13:54:36 +0100
committerpeak3d <pfau@peak3d.de>2018-02-25 13:54:36 +0100
commitcbb7bce5eee392c97a18c73fbe485e884131ae3d (patch)
tree1f6bdfa0fcd2907fa3414f1781487ab139db4d78 /tools
parent2129ff474fe9ff7cb15afe09ab7909a72e0787c2 (diff)
[GIT] correct arm / aarch64 tools depends folder in .gitignore
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/depends/.gitignore b/tools/depends/.gitignore
index 5595d05d9b..d26a459875 100644
--- a/tools/depends/.gitignore
+++ b/tools/depends/.gitignore
@@ -15,9 +15,10 @@
/target/*/x86/*
/target/*/x86_64-linux-gnu-*/*
/target/*/armeabi-v7a-*/*
-/target/*/arm-linux-gnueabihf-*/*
-/target/*/arm-linux-androideabi-*/*
-/target/*/arm-linux-gnueabi-*/*
+/target/*/arm*-linux-gnueabihf-*/*
+/target/*/arm*-linux-androideabi-*/*
+/target/*/arm*-linux-gnueabi-*/*
+/target/*/aarch64-linux-gnu-*/*
/target/*/macosx*.*_x86_64-target-*/
/target/*/macosx*.*_x86_64-target-*/*
/target/*/macosx*.*_i386-target-*/