From 9c4dc3047ca36e810f4584361cb3f04d76bee4a2 Mon Sep 17 00:00:00 2001 From: Jingwen Date: Wed, 15 Nov 2017 05:04:36 -0500 Subject: [PATCH] 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 --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index a9f2fae0..25a4962e 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -3592,6 +3592,7 @@ Python: - ".gclient" - BUCK - BUILD + - BUILD.bazel - SConscript - SConstruct - Snakefile