Daniel Vizcaya
/
04_RTOS_Embebidos
Entrega 3er corte - sistemas embebidos
Diff: mbed-os/.gitignore
- Revision:
- 0:6ad07c9019fd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os/.gitignore Wed May 30 00:01:50 2018 +0000 @@ -0,0 +1,88 @@ +*.py[cod] + +# Distribution dir +dist + +# MANIFEST file +MANIFEST +doxygen_objdb_* + +# Private settings +mbed_settings.py + +# Default Build Directory +.build/ +BUILD/ +.mbed +venv/ + +# Mbedls +.mbedls-mock.lock + +# Eclipse Project Files +.cproject +.project +.pydevproject + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml +.cache +.hypothesis + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg + +output.txt +uVision Project/ + +# Sublime Text Project Files +*.sublime* + +*.bak +debug.log + +# Ignore OS X Desktop Services Store files +.DS_Store + +# Orig diff files +*.orig + +# PyCharm +*.idea + +# Cscope +cscope.* + +# Ctags +tags + +# vim swap files +*.swp +*~ + +# Visual Studio Code +.vscode/