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:
Caroline Joy Bell 2020-01-28 00:29:08 -08:00 committed by GitHub
parent 18fd282e3e
commit 4b7687ab88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View File

@ -5,6 +5,10 @@ build/
out/ out/
classes/ classes/
# eclipse
*.launch
# idea # idea
.idea/ .idea/