summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorCaroline Joy Bell <carolinejoybell@gmail.com>2020-03-18 16:29:52 -0700
committerGitHub <noreply@github.com>2020-03-18 23:29:52 +0000
commit01ae0cd3abefb1a27f79a6e380e021535085c841 (patch)
tree3e8780f262a408b77e9a69e99ecb5f22028d02f6 /.gitignore
parent0028e328c82d5250a192817815e5ca1e3336fae3 (diff)
Add Eclipse *.launch files to the gitignore (#37)
Diffstat (limited to '.gitignore')
-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/