diff options
author | Joe Robinson <joe@lc8n.com> | 2013-02-02 22:18:05 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2013-02-02 22:18:05 +0000 |
commit | da2df98f789f2531142835dc43566ccda9583c22 (patch) | |
tree | 1e87bd9465192e3db33d33ff6c08e0dd0abeacf6 /.gitignore | |
parent | bffa5e5ea8a852bae02f724d9758edd54776b885 (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-- | .gitignore | 20 |
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 |