mirror of
				https://github.com/google/brotli
				synced 2025-11-04 08:07:24 +08:00 
			
		
		
		
	* Inverse bazel workspace tree. Now each subproject directly depends on root (c) project. This helps to mitigate Bazel bug bazelbuild/bazel#2391; short summary: Bazel does not work if referenced subproject `WORKSPACE` uses any repositories that embedding project does not. Bright side: building C project is much faster; no need to download closure, go and JDK...
		
			
				
	
	
		
			19 lines
		
	
	
		
			140 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			140 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# C
 | 
						|
*.o
 | 
						|
bin/
 | 
						|
buildfiles/
 | 
						|
**/obj/
 | 
						|
dist/
 | 
						|
**/bazel-*
 | 
						|
 | 
						|
# Python
 | 
						|
__pycache__/
 | 
						|
*.py[cod]
 | 
						|
*.so
 | 
						|
*.egg-info/
 | 
						|
 | 
						|
# Tests
 | 
						|
*.txt.uncompressed
 | 
						|
*.br
 | 
						|
*.unbr
 |