mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	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:
		| @@ -3592,6 +3592,7 @@ Python: | |||||||
|   - ".gclient" |   - ".gclient" | ||||||
|   - BUCK |   - BUCK | ||||||
|   - BUILD |   - BUILD | ||||||
|  |   - BUILD.bazel | ||||||
|   - SConscript |   - SConscript | ||||||
|   - SConstruct |   - SConstruct | ||||||
|   - Snakefile |   - Snakefile | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user