Add Eclipse's .settings to .gitignore
diff --git a/.gitignore b/.gitignore
index d20bf2a..1329eca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 target/
 *.log
 .classpath
+.settings
 .project
 *.iml
\ No newline at end of file