aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-02-19 18:28:40 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-02-19 18:28:40 +0000
commit3671ff634e85e5c3307f37e7c86d88bdf7bf911b (patch)
treefdbdf561be80588f69c0866959b8db4b316db9e7 /.gitignore
parent8af211fbae32910d2d3ea20fd3cfa651ea8df49b (diff)
Add symlinks to third_party/ and tools/ to base_workspace
While attempting to clean up the Bazel examples, I noticed that the example tests don't actually work because they expect a third_party directory. We could link third_party/ from the top-level bazel directory, but then we'd have crossing symlinks (base_workspace/tools->tools and third_party->base_workspace/third_party). Linking everything in one direction seemed like a better option, but alternative suggestions are welcome. -- MOS_MIGRATED_REVID=86703332
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index e340510bee..daa603d63d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
/output/
/bazel-*
/fromhost/
-/base_workspace/tools/jdk/jdk
-/base_workspace/tools/java/ijar
-/base_workspace/tools/java/JavaBuilder_deploy.jar
-/base_workspace/tools/java/SingleJar_deploy.jar
-/tools
+/base_workspace/tools/
+/tools/jdk/jdk
+/tools/java/ijar
+/tools/java/JavaBuilder_deploy.jar
+/tools/java/SingleJar_deploy.jar