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.
.gitignore@129:d5686dd11391, 2015-10-06 (annotated)
- Committer:
- Wolfgang Betz
- Date:
- Tue Oct 06 13:59:23 2015 +0200
- Revision:
- 129:d5686dd11391
Just made git init
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Wolfgang Betz |
129:d5686dd11391 | 1 | # vim temporary files |
Wolfgang Betz |
129:d5686dd11391 | 2 | *.sw* |
Wolfgang Betz |
129:d5686dd11391 | 3 | |
Wolfgang Betz |
129:d5686dd11391 | 4 | # yotta files |
Wolfgang Betz |
129:d5686dd11391 | 5 | build |
Wolfgang Betz |
129:d5686dd11391 | 6 | yotta_modules |
Wolfgang Betz |
129:d5686dd11391 | 7 | yotta_targets |
Wolfgang Betz |
129:d5686dd11391 | 8 | .yotta.json |
Wolfgang Betz |
129:d5686dd11391 | 9 | upload.tar.gz |