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@9:ec60b9b997c1, 2018-04-12 (annotated)
- Committer:
- ccli8
- Date:
- Thu Apr 12 14:45:05 2018 +0800
- Revision:
- 9:ec60b9b997c1
Add IGNORE file
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ccli8 |
9:ec60b9b997c1 | 1 | # Use Python/Perl regexp |
| ccli8 |
9:ec60b9b997c1 | 2 | syntax: regexp |
| ccli8 |
9:ec60b9b997c1 | 3 | |
| ccli8 |
9:ec60b9b997c1 | 4 | ^\.mbed$ |
| ccli8 |
9:ec60b9b997c1 | 5 | \.build/ |
| ccli8 |
9:ec60b9b997c1 | 6 | BUILD/ |
| ccli8 |
9:ec60b9b997c1 | 7 | mbed-os/ |
| ccli8 |
9:ec60b9b997c1 | 8 | NuMaker-mbed-NuBrick/ |