mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-30 18:24:15 +01:00 
			
		
		
		
	Meta: Add gitattributes file
Github Linguist will read this file when calculating language stats for the repository. We can use this to exclude any vendored dependencies in externals and dist. Also makes all h files be considered cpp
This commit is contained in:
		
							parent
							
								
									5659d5d258
								
							
						
					
					
						commit
						05db48b3f8
					
				
							
								
								
									
										4
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,4 @@ | ||||
| dist/languages/* linguist-vendored | ||||
| dist/qt_themes/* linguist-vendored | ||||
| externals/* linguist-vendored | ||||
| *.h linguist-language=cpp | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user