mirror of
				https://github.com/thornAvery/kep-hack.git
				synced 2025-10-30 18:39:18 +13:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # compiled objects
 | |
| *.o
 | |
| 
 | |
| # compiled graphics
 | |
| *.1bpp
 | |
| *.2bpp
 | |
| *.pic
 | |
| 
 | |
| # compiled roms
 | |
| *.gbc
 | |
| *.gb
 | |
| *.patch
 | |
| 
 | |
| # rgbds extras
 | |
| *.map
 | |
| *.sym
 | |
| 
 | |
| # tool binaries
 | |
| *.exe
 | |
| 
 | |
| # precompiled python
 | |
| *.pyc
 | |
| *$py.class
 | |
| 
 | |
| # save game files
 | |
| *.sgm
 | |
| *.sav
 | |
| *.rtc
 | |
| *.sn*
 | |
| *.sa*
 | |
| *.sg1
 | |
| 
 | |
| .vscode/*
 | |
| 
 | |
| # nix stuff
 | |
| .direnv
 | |
| .envrc
 | |
| result
 | 
