forked from gitea/gitea
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			303 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			303 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # It's better to unpack these files and commit the raw source because
 | |
| # git has its own built in compression methods.
 | |
| *.7z
 | |
| *.jar
 | |
| *.rar
 | |
| *.zip
 | |
| *.gz
 | |
| *.tgz
 | |
| *.bzip
 | |
| *.bz2
 | |
| *.xz
 | |
| *.lzma
 | |
| *.cab
 | |
| 
 | |
| # Packing-only formats
 | |
| *.iso
 | |
| *.tar
 | |
| 
 | |
| # Package management formats
 | |
| *.dmg
 | |
| *.xpi
 | |
| *.gem
 | |
| *.egg
 | |
| *.deb
 | |
| *.rpm
 | |
| *.msi
 | |
| *.msm
 | |
| *.msp
 | 
