Skip to content

Commit

Permalink
Ignore Bazel directories in .gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jart authored and tensorflower-gardener committed Oct 19, 2016
1 parent 273f59a commit e3651a7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e3651a7

Please sign in to comment.