mirror of
				https://github.com/facebook/zstd.git
				synced 2025-10-31 08:37:43 +02:00 
			
		
		
		
	allow the existence of a `CMakeLists.txt` file at root, for easier integration with other projects expecting this file at root. Existing integration point, within `build/cmake/`, still works as expected.
		
			
				
	
	
		
			65 lines
		
	
	
		
			605 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			605 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Object files
 | |
| *.o
 | |
| *.ko
 | |
| *.dSYM
 | |
| 
 | |
| # Libraries
 | |
| *.lib
 | |
| *.a
 | |
| 
 | |
| # Shared objects (inc. Windows DLLs)
 | |
| *.dll
 | |
| *.so
 | |
| *.so.*
 | |
| *.dylib
 | |
| *.framework
 | |
| *.xcframework
 | |
| 
 | |
| # Executables
 | |
| /zstd
 | |
| zstdmt
 | |
| *.exe
 | |
| *.out
 | |
| *.app
 | |
| 
 | |
| # Build artefacts
 | |
| contrib/linux-kernel/linux/
 | |
| projects/
 | |
| bin/
 | |
| .buckd/
 | |
| buck-out/
 | |
| build-*
 | |
| *.gcda
 | |
| cmakebuild/
 | |
| cmake-build/
 | |
| 
 | |
| # Test artefacts
 | |
| tmp*
 | |
| *.zst
 | |
| *.zstd
 | |
| dictionary.
 | |
| dictionary
 | |
| NUL
 | |
| install/
 | |
| 
 | |
| # IDE
 | |
| .clang_complete
 | |
| compile_flags.txt
 | |
| .clang-format
 | |
| 
 | |
| # Other files
 | |
| .directory
 | |
| _codelite/
 | |
| _zstdbench/
 | |
| *.idea
 | |
| *.swp
 | |
| .DS_Store
 | |
| googletest/
 | |
| *.d
 | |
| *.vscode
 | |
| *.code-workspace
 | |
| compile_commands.json
 | |
| .clangd
 | |
| perf.data
 | |
| perf.data.old
 |