Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
dcs-sdk-java-master/.gitignore@48:c7ee67edcf1d, 2017-07-18 (annotated)
- Committer:
- TMBOY
- Date:
- Tue Jul 18 16:56:22 2017 +0800
- Revision:
- 48:c7ee67edcf1d
- Parent:
- 45:2aa9f933c8d2
add library
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| TMBOY | 45:2aa9f933c8d2 | 1 | # Built application files |
| TMBOY | 45:2aa9f933c8d2 | 2 | *.apk |
| TMBOY | 45:2aa9f933c8d2 | 3 | *.ap_ |
| TMBOY | 45:2aa9f933c8d2 | 4 | |
| TMBOY | 45:2aa9f933c8d2 | 5 | # Files for the ART/Dalvik VM |
| TMBOY | 45:2aa9f933c8d2 | 6 | *.dex |
| TMBOY | 45:2aa9f933c8d2 | 7 | |
| TMBOY | 45:2aa9f933c8d2 | 8 | # Java class files |
| TMBOY | 45:2aa9f933c8d2 | 9 | *.class |
| TMBOY | 45:2aa9f933c8d2 | 10 | |
| TMBOY | 45:2aa9f933c8d2 | 11 | # Generated files |
| TMBOY | 45:2aa9f933c8d2 | 12 | bin/ |
| TMBOY | 45:2aa9f933c8d2 | 13 | gen/ |
| TMBOY | 45:2aa9f933c8d2 | 14 | out/ |
| TMBOY | 45:2aa9f933c8d2 | 15 | |
| TMBOY | 45:2aa9f933c8d2 | 16 | # Gradle files |
| TMBOY | 45:2aa9f933c8d2 | 17 | .gradle/ |
| TMBOY | 45:2aa9f933c8d2 | 18 | build/ |
| TMBOY | 45:2aa9f933c8d2 | 19 | |
| TMBOY | 45:2aa9f933c8d2 | 20 | # Local configuration file (sdk path, etc) |
| TMBOY | 45:2aa9f933c8d2 | 21 | local.properties |
| TMBOY | 45:2aa9f933c8d2 | 22 | |
| TMBOY | 45:2aa9f933c8d2 | 23 | # Proguard folder generated by Eclipse |
| TMBOY | 45:2aa9f933c8d2 | 24 | proguard/ |
| TMBOY | 45:2aa9f933c8d2 | 25 | |
| TMBOY | 45:2aa9f933c8d2 | 26 | # Log Files |
| TMBOY | 45:2aa9f933c8d2 | 27 | *.log |
| TMBOY | 45:2aa9f933c8d2 | 28 | |
| TMBOY | 45:2aa9f933c8d2 | 29 | # Android Studio Navigation editor temp files |
| TMBOY | 45:2aa9f933c8d2 | 30 | .navigation/ |
| TMBOY | 45:2aa9f933c8d2 | 31 | |
| TMBOY | 45:2aa9f933c8d2 | 32 | # Android Studio captures folder |
| TMBOY | 45:2aa9f933c8d2 | 33 | captures/ |
| TMBOY | 45:2aa9f933c8d2 | 34 | |
| TMBOY | 45:2aa9f933c8d2 | 35 | # Intellij |
| TMBOY | 45:2aa9f933c8d2 | 36 | *.iml |
| TMBOY | 45:2aa9f933c8d2 | 37 | .idea/workspace.xml |
| TMBOY | 45:2aa9f933c8d2 | 38 | .idea/tasks.xml |
| TMBOY | 45:2aa9f933c8d2 | 39 | .idea/gradle.xml |
| TMBOY | 45:2aa9f933c8d2 | 40 | .idea/dictionaries |
| TMBOY | 45:2aa9f933c8d2 | 41 | .idea/libraries |
| TMBOY | 45:2aa9f933c8d2 | 42 | |
| TMBOY | 45:2aa9f933c8d2 | 43 | # Keystore files |
| TMBOY | 45:2aa9f933c8d2 | 44 | *.jks |
| TMBOY | 45:2aa9f933c8d2 | 45 | |
| TMBOY | 45:2aa9f933c8d2 | 46 | # External native build folder generated in Android Studio 2.2 and later |
| TMBOY | 45:2aa9f933c8d2 | 47 | .externalNativeBuild |
| TMBOY | 45:2aa9f933c8d2 | 48 | |
| TMBOY | 45:2aa9f933c8d2 | 49 | # Google Services (e.g. APIs or Firebase) |
| TMBOY | 45:2aa9f933c8d2 | 50 | google-services.json |
| TMBOY | 45:2aa9f933c8d2 | 51 | |
| TMBOY | 45:2aa9f933c8d2 | 52 | # Freeline |
| TMBOY | 45:2aa9f933c8d2 | 53 | freeline.py |
| TMBOY | 45:2aa9f933c8d2 | 54 | freeline/ |
| TMBOY | 45:2aa9f933c8d2 | 55 | freeline_project_description.json |
