trustedintents / .gitignore @ 3b9eaf82
History | View | Annotate | Download (262 Bytes)
| 1 |
# Android build products |
|---|---|
| 2 |
bin/ |
| 3 |
gen/ |
| 4 |
libs/ |
| 5 |
obj/ |
| 6 |
res/ |
| 7 |
|
| 8 |
# products of "android create project" or "android update project" |
| 9 |
build.xml |
| 10 |
local.properties |
| 11 |
proguard-project.txt |
| 12 |
proguard.cfg |
| 13 |
|
| 14 |
# emacs detritus |
| 15 |
*~ |
| 16 |
|
| 17 |
# Eclipse detritus |
| 18 |
.settings |
| 19 |
|
| 20 |
# Mac OS X detritus |
| 21 |
.DS_Store |