aboutsummaryrefslogtreecommitdiffstats
path: root/example/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'example/.gitignore')
-rw-r--r--example/.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/example/.gitignore b/example/.gitignore
new file mode 100644
index 0000000..a44cc0f
--- /dev/null
+++ b/example/.gitignore
@@ -0,0 +1,33 @@
+#Android specific
+bin
+gen
+obj
+lint.xml
+local.properties
+release.properties
+ant.properties
+*.class
+*.apk
+
+#Gradle
+.gradle
+build
+gradle.properties
+
+#Maven
+target
+pom.xml.*
+
+#Eclipse
+.project
+.classpath
+.settings
+.metadata
+
+#IntelliJ IDEA
+.idea
+*.iml
+
+#Lint output
+lint-report.html
+lint-report_files/* \ No newline at end of file