From 7f207a8ae7ee1bb5e3fe0a29366d6b4e2b1864f4 Mon Sep 17 00:00:00 2001 From: Eric Kok Date: Fri, 2 Aug 2013 01:10:56 +0200 Subject: [PATCH] Proper .gitignore file for Android development with Eclipse. --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..fb8e9e09 --- /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