25 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Ignore CI build directory
 | 
						|
build/
 | 
						|
xcuserdata
 | 
						|
cmake-build-debug/
 | 
						|
.idea/
 | 
						|
bazel-bin
 | 
						|
bazel-genfiles
 | 
						|
bazel-googletest
 | 
						|
bazel-out
 | 
						|
bazel-testlogs
 | 
						|
# python
 | 
						|
*.pyc
 | 
						|
 | 
						|
# Visual Studio files
 | 
						|
*.sdf
 | 
						|
*.opensdf
 | 
						|
*.VC.opendb
 | 
						|
*.suo
 | 
						|
*.user
 | 
						|
_ReSharper.Caches/
 | 
						|
Win32-Debug/
 | 
						|
Win32-Release/
 | 
						|
x64-Debug/
 | 
						|
x64-Release/
 |