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.
Revision 8:e0bd102871f1, committed 2018-01-10
- Comitter:
- ccli8
- Date:
- Wed Jan 10 11:40:57 2018 +0800
- Parent:
- 7:6ad058fd3783
- Child:
- 9:7bea0a488b3f
- Commit message:
- Add .gitignore and .hgignore
Changed in this revision
| .gitignore | Show annotated file Show diff for this revision Revisions of this file |
| .hgignore | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gitignore Wed Jan 10 11:40:57 2018 +0800 @@ -0,0 +1,5 @@ +.mbed +.build/ +BUILD/ +easy-connect/ +mbed-os/
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Wed Jan 10 11:40:57 2018 +0800 @@ -0,0 +1,8 @@ +# Use Python/Perl regexp +syntax: regexp + +^\.mbed$ +\.build/ +BUILD/ +easy-connect/ +mbed-os/ \ No newline at end of file