mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-11-04 15:05:06 +00:00 
			
		
		
		
	In /crypto/.gitignore, list files that are generated by a build done under /crypto/. In the outer /.gitignore, list files under /crypto/ only if they are created by the export process. This commit slightly refines both lists and adds some build products to /crypto/.gitignore.
		
			
				
	
	
		
			43 lines
		
	
	
		
			688 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			688 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CMakeCache.txt
 | 
						|
CMakeFiles
 | 
						|
CTestTestfile.cmake
 | 
						|
cmake_install.cmake
 | 
						|
Testing
 | 
						|
Coverage
 | 
						|
*.gcno
 | 
						|
*.gcda
 | 
						|
 | 
						|
# generated by scripts/memory.sh
 | 
						|
massif-*
 | 
						|
 | 
						|
# MSVC files generated by CMake:
 | 
						|
/*.sln
 | 
						|
/*.vcxproj
 | 
						|
/*.filters
 | 
						|
 | 
						|
# MSVC build artifacts:
 | 
						|
*.exe
 | 
						|
*.pdb
 | 
						|
*.ilk
 | 
						|
*.lib
 | 
						|
 | 
						|
# Python build artifacts:
 | 
						|
*.pyc
 | 
						|
 | 
						|
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
 | 
						|
*.dir/
 | 
						|
 | 
						|
# Exported Mbed Crypto files
 | 
						|
crypto/LICENSE
 | 
						|
crypto/VERSION.txt
 | 
						|
crypto/include/mbedcrypto/*.h
 | 
						|
crypto/include/psa/*.h
 | 
						|
crypto/library/*.c
 | 
						|
crypto/programs/psa/*.c
 | 
						|
crypto/programs/psa/*.sh
 | 
						|
crypto/scripts
 | 
						|
crypto/tests/scripts
 | 
						|
crypto/tests/suites/*.data
 | 
						|
crypto/tests/suites/*.function
 | 
						|
mbedcrypto.tar.gz
 |