mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	gitignore: Ignore binutils linker temp stXXXXXX objects
Fixes #40607.
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
(cherry picked from commit 5e8b188365)
			
			
This commit is contained in:
		
							parent
							
								
									f1cdb91f34
								
							
						
					
					
						commit
						3d420c94c9
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -33,6 +33,8 @@ platform/android/java/lib/.cxx/ | ||||||
| *.os | *.os | ||||||
| *.Plo | *.Plo | ||||||
| *.lo | *.lo | ||||||
|  | # Binutils tmp linker output of the form "stXXXXXX" where "X" is alphanumeric | ||||||
|  | st[A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9] | ||||||
| 
 | 
 | ||||||
| # Libs generated files | # Libs generated files | ||||||
| .deps/* | .deps/* | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde