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@8:e0bd102871f1, 2018-01-10 (annotated)
- Committer:
- ccli8
- Date:
- Wed Jan 10 11:40:57 2018 +0800
- Revision:
- 8:e0bd102871f1
Add .gitignore and .hgignore
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ccli8 |
8:e0bd102871f1 | 1 | # Use Python/Perl regexp |
| ccli8 |
8:e0bd102871f1 | 2 | syntax: regexp |
| ccli8 |
8:e0bd102871f1 | 3 | |
| ccli8 |
8:e0bd102871f1 | 4 | ^\.mbed$ |
| ccli8 |
8:e0bd102871f1 | 5 | \.build/ |
| ccli8 |
8:e0bd102871f1 | 6 | BUILD/ |
| ccli8 |
8:e0bd102871f1 | 7 | easy-connect/ |
| ccli8 |
8:e0bd102871f1 | 8 | mbed-os/ |