summaryrefslogtreecommitdiffstats
path: root/conf/gitignore
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-21 02:24:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-21 02:24:35 -0400
commitea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4 (patch)
tree5b6b3e18cc2346a194067f5243a9cf066c3decec /conf/gitignore
parent006c45e21d5f37c5bcfb92ead1110272dee0d88d (diff)
downloadgitea-ea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4.tar.gz
gitea-ea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4.zip
API fix
Diffstat (limited to 'conf/gitignore')
-rw-r--r--conf/gitignore/Android23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/gitignore/Android b/conf/gitignore/Android
new file mode 100644
index 0000000000..37e8cf6cc2
--- /dev/null
+++ b/conf/gitignore/Android
@@ -0,0 +1,23 @@
+# Built application files
+*.apk
+*.ap_
+
+# Files for the Dalvik VM
+*.dex
+
+# Java class files
+*.class
+
+# Generated files
+bin/
+gen/
+
+# Gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Proguard folder generated by Eclipse
+proguard/ \ No newline at end of file