mirror of
				https://github.com/facebook/zstd.git
				synced 2025-10-31 08:37:43 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			354 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			354 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Object files
 | |
| *.o
 | |
| *.ko
 | |
| *.dSYM
 | |
| 
 | |
| # Libraries
 | |
| *.lib
 | |
| *.a
 | |
| 
 | |
| # Shared objects (inc. Windows DLLs)
 | |
| *.dll
 | |
| *.so
 | |
| *.so.*
 | |
| *.dylib
 | |
| 
 | |
| # Executables
 | |
| zstd
 | |
| zstdmt
 | |
| *.exe
 | |
| *.out
 | |
| *.app
 | |
| 
 | |
| # Test artefacts
 | |
| tmp*
 | |
| dictionary*
 | |
| 
 | |
| # Build artefacts
 | |
| projects/
 | |
| bin/
 | |
| .buckd/
 | |
| buck-out/
 | |
| 
 | |
| # Other files
 | |
| .directory
 | |
| _codelite/
 | |
| _zstdbench/
 | |
| .clang_complete
 | |
| *.idea
 | |
| *.swp
 | |
| .DS_Store
 | |
| googletest/
 | |
| *.d
 |