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-client by
.gitignore@28:761489846aeb, 2016-11-02 (annotated)
- Committer:
- mbed_official
- Date:
- Wed Nov 02 08:00:10 2016 +0000
- Revision:
- 28:761489846aeb
- Parent:
- 3:e98843ff559d
Merge pull request #102 from ARMmbed/PAL1.0
PAL version 1.0 updated
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mbed_official | 3:e98843ff559d | 1 | # Object files |
| mbed_official | 3:e98843ff559d | 2 | *.o |
| mbed_official | 3:e98843ff559d | 3 | *.ko |
| mbed_official | 3:e98843ff559d | 4 | *.obj |
| mbed_official | 3:e98843ff559d | 5 | *.elf |
| mbed_official | 3:e98843ff559d | 6 | |
| mbed_official | 3:e98843ff559d | 7 | # Precompiled Headers |
| mbed_official | 3:e98843ff559d | 8 | *.gch |
| mbed_official | 3:e98843ff559d | 9 | *.pch |
| mbed_official | 3:e98843ff559d | 10 | |
| mbed_official | 3:e98843ff559d | 11 | # Libraries |
| mbed_official | 3:e98843ff559d | 12 | *.a |
| mbed_official | 3:e98843ff559d | 13 | *.la |
| mbed_official | 3:e98843ff559d | 14 | *.lo |
| mbed_official | 3:e98843ff559d | 15 | |
| mbed_official | 3:e98843ff559d | 16 | # Shared objects (inc. Windows DLLs) |
| mbed_official | 3:e98843ff559d | 17 | *.dll |
| mbed_official | 3:e98843ff559d | 18 | *.so |
| mbed_official | 3:e98843ff559d | 19 | *.so.* |
| mbed_official | 3:e98843ff559d | 20 | *.dylib |
| mbed_official | 3:e98843ff559d | 21 | |
| mbed_official | 3:e98843ff559d | 22 | # Executables |
| mbed_official | 3:e98843ff559d | 23 | *.exe |
| mbed_official | 3:e98843ff559d | 24 | *.out |
| mbed_official | 3:e98843ff559d | 25 | *.app |
| mbed_official | 3:e98843ff559d | 26 | *.i*86 |
| mbed_official | 3:e98843ff559d | 27 | *.x86_64 |
| mbed_official | 3:e98843ff559d | 28 | *.hex |
| mbed_official | 3:e98843ff559d | 29 | |
| mbed_official | 3:e98843ff559d | 30 | yotta_modules/ |
| mbed_official | 3:e98843ff559d | 31 | yotta_targets/ |
| mbed_official | 3:e98843ff559d | 32 | build/ |
| mbed_official | 3:e98843ff559d | 33 | .yotta.json |
| mbed_official | 3:e98843ff559d | 34 | source/security.h |
