From 4b7687ab88f045b3913015de70264c4c0d3060a9 Mon Sep 17 00:00:00 2001 From: Caroline Joy Bell Date: Tue, 28 Jan 2020 00:29:08 -0800 Subject: [PATCH] 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. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9563893..550b373 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ build/ out/ classes/ +# eclipse + +*.launch + # idea .idea/ @@ -22,4 +26,4 @@ bin/ # fabric -run/ \ No newline at end of file +run/ -- 2.39.2