aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Jason Zaman <jason@perfinion.com>2018-08-04 14:13:00 +0800
committerGravatar Jason Zaman <jason@perfinion.com>2018-09-28 23:40:29 +0800
commita74a3217f7ff2dbee2fb618aa658cf666861545c (patch)
treeb9d78daf2423b510306bdad610e2dd29953c3c79 /.gitignore
parent32627bfba19606d3c3a34f5d02ae9428675bbc42 (diff)
Move bazel.rc to workspace root to support bazel-0.18.0
Bazel 0.18.0 will contain a change for which rc files it accepts. https://github.com/bazelbuild/bazel/commit/ec83598cb6ee4136166bb562a24dc5dfa58921db https://github.com/bazelbuild/bazel/issues/4502 Old bazel used to read %workspace%/tools/bazel.rc. New bazel will not read that and instead will only read %workspace%/.bazelrc. Signed-off-by: Jason Zaman <jason@perfinion.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1ef4c297ee..cb65f447d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
.DS_Store
.ipynb_checkpoints
node_modules
-/.bazelrc
/.tf_configure.bazelrc
/bazel-*
/bazel_pip