From f2df4782415cb211b9fc7af85591cdbce9694650 Mon Sep 17 00:00:00 2001 From: Hover Ruan Date: Sun, 17 Feb 2013 23:21:21 -0800 Subject: [PATCH] Initial commit --- .gitignore | 20 ++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..59b81c1 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +libr-android +============ + +Libr android client \ No newline at end of file