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.
Diff: .gitignore
- Revision:
- 3:475fae677f2d
- Parent:
- 0:7761315e71f0
- Child:
- 4:19e32fa37310
diff -r e90d16b0bad4 -r 475fae677f2d .gitignore --- a/.gitignore Thu Apr 27 17:10:04 2017 -0700 +++ b/.gitignore Wed Jun 28 16:31:46 2017 -0700 @@ -1,2 +1,38 @@ -/mbed-os -/carbon +# Object files +*.o +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo +*.dat + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +helium +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +/.temp/ +.tramp_history +TAGS