Exclude eclipse files in .gitignore
diff --git a/.gitignore b/.gitignore
index d7f5a4b..eec7d06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,5 +31,9 @@
 # Local configuration file (sdk path, etc)
 local.properties
 
+# Ignore Eclipse files #
+.project
+.classpath
 # Proguard folder generated by Eclipse
-proguard/
\ No newline at end of file
+proguard/
+