From da2df98f789f2531142835dc43566ccda9583c22 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sat, 2 Feb 2013 22:18:05 +0000 Subject: 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 --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3