aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore38
1 files changed, 28 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index eec04e897..c70a1f0a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,19 +1,37 @@
+# Eclipse
+.classpath
+.project
+.settings
+eclipsebin
+
+# Ant
bin/
+gen/
+build/
out/
+lib/
+
+# Maven
+target
+pom.xml.*
+release.properties
+
+# IntelliJ
.idea
-robolectric.iml
-tmp/
-target/
-pages
-.DS_Store
-local.properties
-.project
-.classpath
-.settings
-*.iws
*.iml
+*.iws
*.ipr
+classes
+
+# Other editors
*.orig
*.swp
*~
\#*\#
+
+# Mac
+.DS_Store
+
+tmp
+local.properties
+pages