Rename BUILD to BUILD.bazel (#658)

All other BUILD files in the repo are named BUILD.bazel.
This commit is contained in:
Christie Wilson 2018-04-13 18:19:33 -07:00 committed by Google Prow Robot
parent 3d8bd8d7b7
commit c366b41f51
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
* ./hack/update-deps.sh
* Needed when you add new go dependencies
* Bazel related
* BUILD / BUILD.bazel
* BUILD.bazel
* Might need modifications when new dependencies are added or new source files are added
* ./scripts/
* I think most of these are now obsolete when you use bazel