Add Eclipse *.launch files to the gitignore
Don't know why the person who added #33 didn't do this, but feel free to shoot both this and that down. I think it's a good change, though.
This commit is contained in:
		
							parent
							
								
									18fd282e3e
								
							
						
					
					
						commit
						4b7687ab88
					
				
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -5,6 +5,10 @@ build/
 | 
				
			|||||||
out/
 | 
					out/
 | 
				
			||||||
classes/
 | 
					classes/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# eclipse
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					*.launch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# idea
 | 
					# idea
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.idea/
 | 
					.idea/
 | 
				
			||||||
@ -22,4 +26,4 @@ bin/
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# fabric
 | 
					# fabric
 | 
				
			||||||
 | 
					
 | 
				
			||||||
run/
 | 
					run/
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user