From ea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 21 Apr 2014 02:24:35 -0400 Subject: API fix --- conf/gitignore/Android | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 conf/gitignore/Android (limited to 'conf/gitignore') 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 -- cgit v1.2.3