Add BUILD.bazel to Python filenames (#3907)

BUILD.bazel and BUILD are used by Bazel, and both are valid filenames. BUILD.bazel is used in favor of BUILD if it exists.

https://stackoverflow.com/a/43205770/521209
This commit is contained in:
Jingwen
2017-11-15 05:04:36 -05:00
committed by Colin Seymour
parent d8e5f3c965
commit 9c4dc3047c

View File

@@ -3592,6 +3592,7 @@ Python:
- ".gclient"
- BUCK
- BUILD
- BUILD.bazel
- SConscript
- SConstruct
- Snakefile