trustedintents / .gitignore @ master
History | View | Annotate | Download (501 Bytes)
| 1 |
# Android build products |
|---|---|
| 2 |
bin/ |
| 3 |
gen/ |
| 4 |
obj/ |
| 5 |
|
| 6 |
# test products |
| 7 |
junit-report.xml |
| 8 |
|
| 9 |
# only hide in library project, not test/ project |
| 10 |
/libs/ |
| 11 |
/res/ |
| 12 |
|
| 13 |
# products of "android create project" or "android update project" |
| 14 |
build.xml |
| 15 |
ant.properties |
| 16 |
default.properties |
| 17 |
local.properties |
| 18 |
proguard-project.txt |
| 19 |
proguard.cfg |
| 20 |
proguard-rules.pro |
| 21 |
|
| 22 |
# emacs detritus |
| 23 |
*~ |
| 24 |
|
| 25 |
# Eclipse detritus |
| 26 |
.settings |
| 27 |
|
| 28 |
# Mac OS X detritus |
| 29 |
.DS_Store |
| 30 |
|
| 31 |
# Windows thumbnail db |
| 32 |
Thumbs.db |
| 33 |
|
| 34 |
# Android Studio |
| 35 |
*.iml |
| 36 |
.idea/ |
| 37 |
.gradle/ |
| 38 |
build/ |
| 39 |
gradle.properties |