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