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.
For additional information check out the mbed page of the Analog Devices wiki: https://wiki.analog.com/resources/tools-software/mbed-drivers-all
.gitignore@0:f4275700536f, 2016-03-29 (annotated)
- Committer:
- Michael Hennerich
- Date:
- Tue Mar 29 11:09:34 2016 +0200
- Revision:
- 0:f4275700536f
- Child:
- 2:36a3230c38cf
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Michael Hennerich |
0:f4275700536f | 1 | # Compiled Object files |
Michael Hennerich |
0:f4275700536f | 2 | *.slo |
Michael Hennerich |
0:f4275700536f | 3 | *.lo |
Michael Hennerich |
0:f4275700536f | 4 | *.o |
Michael Hennerich |
0:f4275700536f | 5 | *.obj |
Michael Hennerich |
0:f4275700536f | 6 | |
Michael Hennerich |
0:f4275700536f | 7 | # Precompiled Headers |
Michael Hennerich |
0:f4275700536f | 8 | *.gch |
Michael Hennerich |
0:f4275700536f | 9 | *.pch |
Michael Hennerich |
0:f4275700536f | 10 | |
Michael Hennerich |
0:f4275700536f | 11 | # Compiled Dynamic libraries |
Michael Hennerich |
0:f4275700536f | 12 | *.so |
Michael Hennerich |
0:f4275700536f | 13 | *.dylib |
Michael Hennerich |
0:f4275700536f | 14 | *.dll |
Michael Hennerich |
0:f4275700536f | 15 | |
Michael Hennerich |
0:f4275700536f | 16 | # Fortran module files |
Michael Hennerich |
0:f4275700536f | 17 | *.mod |
Michael Hennerich |
0:f4275700536f | 18 | |
Michael Hennerich |
0:f4275700536f | 19 | # Compiled Static libraries |
Michael Hennerich |
0:f4275700536f | 20 | *.lai |
Michael Hennerich |
0:f4275700536f | 21 | *.la |
Michael Hennerich |
0:f4275700536f | 22 | *.a |
Michael Hennerich |
0:f4275700536f | 23 | *.lib |
Michael Hennerich |
0:f4275700536f | 24 | |
Michael Hennerich |
0:f4275700536f | 25 | # Executables |
Michael Hennerich |
0:f4275700536f | 26 | *.exe |
Michael Hennerich |
0:f4275700536f | 27 | *.out |
Michael Hennerich |
0:f4275700536f | 28 | *.app |