From 01ae0cd3abefb1a27f79a6e380e021535085c841 Mon Sep 17 00:00:00 2001 From: Caroline Joy Bell Date: Wed, 18 Mar 2020 16:29:52 -0700 Subject: [PATCH] Add Eclipse *.launch files to the gitignore (#37) --- .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/