mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	 517019a553
			
		
	
	517019a553
	
	
	
		
			
			Since presumably quite a few people will use stuart to build EDK 2, and since the recommended approach in that case is to use a python venv, it is much more convenient if these files are ignored by default in EDK 2, rather than requiring a manual update to .git/info/exclude each time the repo is cloned, as effectively suggested in the current How to Build With Stuart instructions on the tianocore wiki. Signed-off-by: Mike Beaton <mjsbeaton@gmail.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			76 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			76 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Build/
 | |
| .DS_Store
 | |
| *_extdep/
 | |
| *.pyc
 | |
| __pycache__/
 | |
| tags/
 | |
| .vscode/
 | |
| .venv/
 |