aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-10-18 21:36:16 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-18 22:48:36 -0700
commite3651a7b25cb581977edc104f8c71938bf25c8e1 (patch)
tree1288529967e99234617f1ad76441e7b927a27ccb /.gitignore
parent273f59a19ae06fa5c30d44cb0dd54e6655a4b489 (diff)
Ignore Bazel directories in .gitignore
If I check out TensorFlow to a directory named tensorflow-clean then Bazel is going to create a subdirectory named bazel-tensorflow-clean. So we really need to have a wildcard pattern. Change: 136559940
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index a9401de1f6..0533521074 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,5 @@
node_modules
-/bazel-bin
-/bazel-genfiles
-/bazel-out
-/bazel-tensorflow
-/bazel-testlogs
-/bazel-tf
+/bazel-*
/third_party/py/numpy/numpy_include
/tools/bazel.rc
/util/python/python_include