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.
.hgignore@10:63d2d2ab0f1e, 2018-04-19 (annotated)
- Committer:
- ccli8
- Date:
- Thu Apr 19 10:07:05 2018 +0800
- Revision:
- 10:63d2d2ab0f1e
Add HG ignore file .hgignore
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ccli8 |
10:63d2d2ab0f1e | 1 | # Use Python/Perl regexp |
| ccli8 |
10:63d2d2ab0f1e | 2 | syntax: regexp |
| ccli8 |
10:63d2d2ab0f1e | 3 | |
| ccli8 |
10:63d2d2ab0f1e | 4 | ^\.mbed$ |
| ccli8 |
10:63d2d2ab0f1e | 5 | \.build/ |
| ccli8 |
10:63d2d2ab0f1e | 6 | BUILD/ |
| ccli8 |
10:63d2d2ab0f1e | 7 | mbed-os/ |