mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 10:21:25 +01:00 
			
		
		
		
	.gitignore: sort normal pattern rules alphabetically
Follow Linux commit 1377dd3e2987 (".gitignore: sort normal pattern
rules alphabetically").
This would allow us to easily catch duplicated patterns if any.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
			
			
This commit is contained in:
		
							parent
							
								
									8e51c0f254
								
							
						
					
					
						commit
						3eb0fa4c93
					
				
							
								
								
									
										30
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -3,29 +3,29 @@
 | 
				
			|||||||
# subdirectories here. Add them in the ".gitignore" file
 | 
					# subdirectories here. Add them in the ".gitignore" file
 | 
				
			||||||
# in that subdirectory instead.
 | 
					# in that subdirectory instead.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Normal rules
 | 
					# Normal rules (sorted alphabetically)
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
.*
 | 
					.*
 | 
				
			||||||
*.o
 | 
					 | 
				
			||||||
*.o.*
 | 
					 | 
				
			||||||
*.a
 | 
					*.a
 | 
				
			||||||
*.s
 | 
					*.bin
 | 
				
			||||||
*.su
 | 
					*.cfgtmp
 | 
				
			||||||
*.mod.c
 | 
					*.elf
 | 
				
			||||||
 | 
					*.exe
 | 
				
			||||||
 | 
					*.gcda
 | 
				
			||||||
 | 
					*.gcno
 | 
				
			||||||
*.i
 | 
					*.i
 | 
				
			||||||
*.lex.c
 | 
					*.lex.c
 | 
				
			||||||
*.lst
 | 
					*.lst
 | 
				
			||||||
 | 
					*.mod.c
 | 
				
			||||||
 | 
					*.o
 | 
				
			||||||
 | 
					*.o.*
 | 
				
			||||||
*.order
 | 
					*.order
 | 
				
			||||||
*.elf
 | 
					 | 
				
			||||||
*.swp
 | 
					 | 
				
			||||||
*.bin
 | 
					 | 
				
			||||||
*.patch
 | 
					*.patch
 | 
				
			||||||
*.cfgtmp
 | 
					*.s
 | 
				
			||||||
 | 
					*.su
 | 
				
			||||||
 | 
					*.swp
 | 
				
			||||||
*.tab.[ch]
 | 
					*.tab.[ch]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# host programs on Cygwin
 | 
					 | 
				
			||||||
*.exe
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Build tree
 | 
					# Build tree
 | 
				
			||||||
/build-*
 | 
					/build-*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -86,7 +86,3 @@ GTAGS
 | 
				
			|||||||
*.orig
 | 
					*.orig
 | 
				
			||||||
*~
 | 
					*~
 | 
				
			||||||
\#*#
 | 
					\#*#
 | 
				
			||||||
 | 
					 | 
				
			||||||
# gcc code coverage files
 | 
					 | 
				
			||||||
*.gcda
 | 
					 | 
				
			||||||
*.gcno
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user