diff options
author | Caroline Joy Bell <[email protected]> | 2020-03-18 16:29:52 -0700 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:29 +0800 |
commit | f0b111106110f4b560d4c9c5a7fe729b2f46f9c8 (patch) | |
tree | 3e8780f262a408b77e9a69e99ecb5f22028d02f6 /.gitignore | |
parent | b21e016781eda20247487034294619546acac8f3 (diff) |
Add Eclipse *.launch files to the gitignore (#37)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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/ |