31 lines
		
	
	
		
			321 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			321 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# ignore executables
 | 
						|
*
 | 
						|
!*.*
 | 
						|
!*/
 | 
						|
!Makefile
 | 
						|
 | 
						|
**/*.exe
 | 
						|
**/*.so
 | 
						|
**/*.dll
 | 
						|
**/*.7z
 | 
						|
**/*.zip
 | 
						|
 | 
						|
.vs/
 | 
						|
.vscode/
 | 
						|
.idea/
 | 
						|
.cache/
 | 
						|
.build/
 | 
						|
build/
 | 
						|
out/
 | 
						|
 | 
						|
# this is created when using Conan
 | 
						|
CMakeUserPresets.json
 | 
						|
 | 
						|
# win-tool-dist
 | 
						|
WINTOOLDIST.txt
 | 
						|
build_debug.bat
 | 
						|
build_release.bat
 | 
						|
package_data.bat
 | 
						|
wintooldist_environment.bat
 | 
						|
win-tool-dist/
 |