summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2013-02-02 22:18:05 +0000
committerJoe Robinson <joe@lc8n.com>2013-02-02 22:18:05 +0000
commitda2df98f789f2531142835dc43566ccda9583c22 (patch)
tree1e87bd9465192e3db33d33ff6c08e0dd0abeacf6 /.gitignore
parentbffa5e5ea8a852bae02f724d9758edd54776b885 (diff)
Updated file browser to show icons, size, and modified time. Also added
a button to go up a directory, and go to a specified directory
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fb8e9e0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+# built application files
+*.apk
+*.ap_
+
+# files for the dex VM
+*.dex
+
+# Java class files
+*.class
+
+# generated files
+bin/
+gen/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Eclipse project files
+.classpath
+.project