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@2:36a3230c38cf, 2016-03-31 (annotated)
- Committer:
- Suciu
- Date:
- Thu Mar 31 17:42:48 2016 +0300
- Revision:
- 2:36a3230c38cf
- Parent:
- 0:f4275700536f
- Child:
- 3:1a8c14043a4e
Makefile updated
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 |
Suciu |
2:36a3230c38cf | 27 | *.bat |
Michael Hennerich |
0:f4275700536f | 28 | *.out |
Michael Hennerich |
0:f4275700536f | 29 | *.app |
Suciu |
2:36a3230c38cf | 30 | |
Suciu |
2:36a3230c38cf | 31 | # Eclipse workspace |
Suciu |
2:36a3230c38cf | 32 | *.cproject |
Suciu |
2:36a3230c38cf | 33 | *.project |
Suciu |
2:36a3230c38cf | 34 | .metadata |
Suciu |
2:36a3230c38cf | 35 | *.tmp |
Suciu |
2:36a3230c38cf | 36 | *.bak |
Suciu |
2:36a3230c38cf | 37 | local.properties |
Suciu |
2:36a3230c38cf | 38 | .settings/ |
Suciu |
2:36a3230c38cf | 39 | .loadpath |
Suciu |
2:36a3230c38cf | 40 | .recommenders |
Suciu |
2:36a3230c38cf | 41 | |
Suciu |
2:36a3230c38cf | 42 | # Build products and byproducts |
Suciu |
2:36a3230c38cf | 43 | *.d |
Suciu |
2:36a3230c38cf | 44 | *.o |
Suciu |
2:36a3230c38cf | 45 | *.bin |
Suciu |
2:36a3230c38cf | 46 | *.elf |
Suciu |
2:36a3230c38cf | 47 | *.hex |
Suciu |
2:36a3230c38cf | 48 | *.map |
Suciu |
2:36a3230c38cf | 49 | |
Suciu |
2:36a3230c38cf | 50 | # mbed folder |
Suciu |
2:36a3230c38cf | 51 | mbed/* |
Suciu |
2:36a3230c38cf | 52 | !mbed/README.md |
Suciu |
2:36a3230c38cf | 53 |