commit 5da25649cfede5c60cafd4ca1a574e6328d69213
Author: Leszek Koltunski <leszek@distorted.org>
Date:   Fri May 27 21:07:37 2016 +0100

    Add gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..59b3f7e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,45 @@
+# built application files
+*.apk
+*.ap_
+
+# files for the dex VM
+*.dex
+
+# Java class files
+*.class
+
+# built native files (uncomment if you build your own)
+# *.o
+# *.so
+
+# generated files
+bin/
+gen/
+
+# Ignore gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Proguard folder generated by Eclipse
+proguard/
+
+# Eclipse Metadata
+.metadata/
+
+# Mac OS X clutter
+*.DS_Store
+
+# Windows clutter
+Thumbs.db
+
+# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
+.idea/workspace.xml
+.idea/tasks.xml
+.idea/datasources.xml
+.idea/dataSources.ids
+
+# yes, ignore the .iml
+*.iml
