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.
pull/37/head
Caroline Joy Bell 4 years ago committed by GitHub
parent 18fd282e3e
commit 4b7687ab88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitignore vendored

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

Loading…
Cancel
Save