From e3651a7b25cb581977edc104f8c71938bf25c8e1 Mon Sep 17 00:00:00 2001
From: Justine Tunney <jart@google.com>
Date: Tue, 18 Oct 2016 21:36:16 -0800
Subject: [PATCH] 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
---
 .gitignore | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index a9401de1f63..05335210746 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