summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Joy Bell <[email protected]>2020-03-18 16:29:52 -0700
committerkeuin <[email protected]>2020-04-23 00:20:29 +0800
commitf0b111106110f4b560d4c9c5a7fe729b2f46f9c8 (patch)
tree3e8780f262a408b77e9a69e99ecb5f22028d02f6
parentb21e016781eda20247487034294619546acac8f3 (diff)
Add Eclipse *.launch files to the gitignore (#37)
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
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/