Add Eclipse *.launch files to the gitignore (#37)

pull/1/head
Caroline Bell 2020-03-18 16:29:52 -07:00 committed by GitHub
parent 0028e328c8
commit 01ae0cd3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -5,6 +5,10 @@ build/
out/ out/
classes/ classes/
# eclipse
*.launch
# idea # idea
.idea/ .idea/
@ -22,4 +26,4 @@ bin/
# fabric # fabric
run/ run/