Skip to content

Commit

Permalink
Merge pull request #11890 from Rechi/fixDependsGitignore
Browse files Browse the repository at this point in the history
[Fix] adapt gitignore for depends after da63933
  • Loading branch information
Rechi authored Mar 22, 2017
2 parents 537227d + c174026 commit 1991ebb
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tools/depends/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
/target/*/.installed-*
/target/*/native/*
/target/*/x86/*
/target/*/x86_64-linux-gnu/*
/target/*/armeabi-v7a/*
/target/*/arm-linux-gnueabihf/*
/target/*/x86_64-linux-gnu-*/*
/target/*/armeabi-v7a-*/*
/target/*/arm-linux-gnueabihf-*/*
/target/*/arm-linux-androideabi-*/*
/target/*/arm-linux-gnueabi/*
/target/*/macosx*.*_x86_64-target/
/target/*/macosx*.*_x86_64-target/*
/target/*/macosx*.*_i386-target/
/target/*/macosx*.*_i386-target/*
/target/*/iphoneos*.*_arm*-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/*
/target/*/arm-linux-gnueabi-*/*
/target/*/macosx*.*_x86_64-target-*/
/target/*/macosx*.*_x86_64-target-*/*
/target/*/macosx*.*_i386-target-*/
/target/*/macosx*.*_i386-target-*/*
/target/*/iphoneos*.*_arm*-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/
Expand Down

0 comments on commit 1991ebb

Please sign in to comment.