aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-03-18 16:29:45 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-03-20 14:26:40 +0000
commitf072d77f95f2d5447166ddc7eb1572aeb2cf84ab (patch)
tree3768fd3aaa4211b607d01f5dfa870e1f7de7c556 /.gitignore
parent3ce24e88dd37d7ee3107a72b4eb0d867585f3131 (diff)
Add autogenerated directories to .gitignore
See http://stackoverflow.com/questions/25715898/whats-the-difference-between-git-ignoring-directory-and-directory. tools and third_party are symlinks, not directories. -- MOS_MIGRATED_REVID=88938443
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 796ec24da0..fba43252a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,10 @@
/bazel-genfiles
/bazel-out
/bazel-bazel
+/bazel-testlogs
/fromhost/
-/base_workspace/tools/
+/base_workspace/tools
+/base_workspace/third_party
/tools/jdk/jdk
/tools/jdk/ijar
/tools/jdk/JavaBuilder_deploy.jar