mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Add TAGS files to .gitignore
"make tags" is the best way to produce tags in an automake project and yet very few people are using it so the tags files it generates are never added to the .gitignore files. Add TAGS files to .gitignore then. https://bugzilla.gnome.org/show_bug.cgi?id=615424
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							0fb7f35cc6
						
					
				
				
					commit
					e54bc017ea
				
			
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,6 +1,7 @@
 | 
				
			|||||||
# for all subdirectories
 | 
					# for all subdirectories
 | 
				
			||||||
Makefile.in
 | 
					Makefile.in
 | 
				
			||||||
Makefile
 | 
					Makefile
 | 
				
			||||||
 | 
					TAGS
 | 
				
			||||||
.libs
 | 
					.libs
 | 
				
			||||||
.deps
 | 
					.deps
 | 
				
			||||||
*.o
 | 
					*.o
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user