Ignore IntelliJ and Eclipse module/project files.
diff --git a/.gitignore b/.gitignore
index ab1b38c..e287e7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,10 +2,14 @@
 out/
 .idea/workspace.xml
 .idea/libraries/
+robolectric.iml
 tmp/
 target/
 pages
 .DS_Store
 *~
 local.properties
-\#*\#
\ No newline at end of file
+\#*\#
+.project
+.classpath
+.settings