1
0
mirror of https://github.com/github/gitignore synced 2025-02-20 01:19:09 +01:00

Update Android.gitignore

Added .out (for accidental compiles of XML files).

Added .settings (sometimes generated by Eclipse).
This commit is contained in:
Patrick Mahoney 2012-09-24 11:20:46 -03:00
parent c1cac76c73
commit 09461692bd

View File

@ -1,6 +1,7 @@
# built application files # built application files
*.apk *.apk
*.ap_ *.ap_
*.out
# files for the dex VM # files for the dex VM
*.dex *.dex
@ -18,3 +19,4 @@ local.properties
# Eclipse project files # Eclipse project files
.classpath .classpath
.project .project
.settings