diff --git a/Android.gitignore b/Android.gitignore index fb8e9e09..70ab40cb 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,6 +1,7 @@ # built application files *.apk *.ap_ +*.out # files for the dex VM *.dex @@ -18,3 +19,4 @@ local.properties # Eclipse project files .classpath .project +.settings