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

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/