From 4001623d7d2062e6b10ec7a66a7f3741e6dcc7b1 Mon Sep 17 00:00:00 2001 From: Alexander Lucas Date: Tue, 26 Apr 2011 14:46:58 -0700 Subject: [PATCH] Added local properties, updated how generated files are detected, added OS Cruft (useless stuff added by windows/mac) --- Android.gitignore | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index ca5523c0..526c4988 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,3 +1,8 @@ +# OS Cruft +.DS_Store +Thumbs.db +Desktop.ini + # built application files *.apk *.ap_ @@ -8,5 +13,9 @@ # Java class files *.class -# generated GUI files -*R.java +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties