Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Exclude all testdata folders
Browse files Browse the repository at this point in the history
Summary:
Just found out `testdata` folder for swift is not excluded, so I put it and all other similar folders to the ignore list.
Closes #963

Reviewed By: Coneko

fbshipit-source-id: c47e76a
  • Loading branch information
Tho Nguyen authored and Facebook Github Bot committed Oct 18, 2016
1 parent ccbed20 commit b8faae2
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion buck.iml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,54 @@
<excludeFolder url="file://$MODULE_DIR$/src/com/facebook/buck/android/support" />
<excludeFolder url="file://$MODULE_DIR$/src/com/facebook/buck/cli/quickstart" />
<excludeFolder url="file://$MODULE_DIR$/src/com/facebook/buck/intellij" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/android/agent/util/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/android/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/apple/simulator/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/apple/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/apple/xcode/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/apple/xcode/xcspec/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/autodeps/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/cli/bootstrapper/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/cli/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/crosscell/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/cxx/elf/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/cxx/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/d/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/distributed/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/dotnet/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/event/listener/integration/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/go/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/go/testdata/go_test/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/gwt/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/haskell/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/io/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/js/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/jvm/groovy/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/jvm/java/abi/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/jvm/java/autodeps/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/jvm/java/intellij/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/jvm/java/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/jvm/kotlin/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/jvm/scala/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/log/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/lua/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/macho/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/maven/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/ocaml/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/parser/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/python/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/rage/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/rules/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/rust/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/shell/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/step/fs/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/swift/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/test/labels/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/testrunner/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/testutil/packaged_resource/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/thrift/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/util/versioncontrol/testdata" />
<excludeFolder url="file://$MODULE_DIR$/test/com/facebook/buck/zip/testdata" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down Expand Up @@ -72,4 +96,4 @@
<orderEntry type="library" name="jna-4.2.0" level="project" />
<orderEntry type="library" name="jna-platform-4.2.0" level="project" />
</component>
</module>
</module>

0 comments on commit b8faae2

Please sign in to comment.