aboutsummaryrefslogtreecommitdiffstats
path: root/com_actionbarsherlock/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'com_actionbarsherlock/.gitignore')
-rw-r--r--com_actionbarsherlock/.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/com_actionbarsherlock/.gitignore b/com_actionbarsherlock/.gitignore
new file mode 100644
index 000000000..2e423e1a3
--- /dev/null
+++ b/com_actionbarsherlock/.gitignore
@@ -0,0 +1,23 @@
+#Android generated
+bin
+gen
+obj
+libs/armeabi
+lint.xml
+local.properties
+
+#Eclipse
+.project
+.classpath
+.settings
+
+#IntelliJ IDEA
+.idea
+*.iml
+
+#Maven
+target
+release.properties
+
+#Mac
+.DS_Store \ No newline at end of file