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