1
0
mirror of https://github.com/github/gitignore synced 2025-02-16 23:54:13 +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
*.apk
*.ap_
*.out
# files for the dex VM
*.dex
@ -18,3 +19,4 @@ local.properties
# Eclipse project files
.classpath
.project
.settings