Entrega 3er corte - sistemas embebidos

Committer:
Bethory
Date:
Wed May 30 00:01:50 2018 +0000
Revision:
0:6ad07c9019fd
Codigo de tales para todos los pasculaes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Bethory 0:6ad07c9019fd 1 *.py[cod]
Bethory 0:6ad07c9019fd 2
Bethory 0:6ad07c9019fd 3 # Distribution dir
Bethory 0:6ad07c9019fd 4 dist
Bethory 0:6ad07c9019fd 5
Bethory 0:6ad07c9019fd 6 # MANIFEST file
Bethory 0:6ad07c9019fd 7 MANIFEST
Bethory 0:6ad07c9019fd 8 doxygen_objdb_*
Bethory 0:6ad07c9019fd 9
Bethory 0:6ad07c9019fd 10 # Private settings
Bethory 0:6ad07c9019fd 11 mbed_settings.py
Bethory 0:6ad07c9019fd 12
Bethory 0:6ad07c9019fd 13 # Default Build Directory
Bethory 0:6ad07c9019fd 14 .build/
Bethory 0:6ad07c9019fd 15 BUILD/
Bethory 0:6ad07c9019fd 16 .mbed
Bethory 0:6ad07c9019fd 17 venv/
Bethory 0:6ad07c9019fd 18
Bethory 0:6ad07c9019fd 19 # Mbedls
Bethory 0:6ad07c9019fd 20 .mbedls-mock.lock
Bethory 0:6ad07c9019fd 21
Bethory 0:6ad07c9019fd 22 # Eclipse Project Files
Bethory 0:6ad07c9019fd 23 .cproject
Bethory 0:6ad07c9019fd 24 .project
Bethory 0:6ad07c9019fd 25 .pydevproject
Bethory 0:6ad07c9019fd 26
Bethory 0:6ad07c9019fd 27 # C extensions
Bethory 0:6ad07c9019fd 28 *.so
Bethory 0:6ad07c9019fd 29
Bethory 0:6ad07c9019fd 30 # Packages
Bethory 0:6ad07c9019fd 31 *.egg
Bethory 0:6ad07c9019fd 32 *.egg-info
Bethory 0:6ad07c9019fd 33 dist
Bethory 0:6ad07c9019fd 34 build
Bethory 0:6ad07c9019fd 35 eggs
Bethory 0:6ad07c9019fd 36 parts
Bethory 0:6ad07c9019fd 37 bin
Bethory 0:6ad07c9019fd 38 var
Bethory 0:6ad07c9019fd 39 sdist
Bethory 0:6ad07c9019fd 40 develop-eggs
Bethory 0:6ad07c9019fd 41 .installed.cfg
Bethory 0:6ad07c9019fd 42
Bethory 0:6ad07c9019fd 43 # Installer logs
Bethory 0:6ad07c9019fd 44 pip-log.txt
Bethory 0:6ad07c9019fd 45
Bethory 0:6ad07c9019fd 46 # Unit test / coverage reports
Bethory 0:6ad07c9019fd 47 .coverage
Bethory 0:6ad07c9019fd 48 .tox
Bethory 0:6ad07c9019fd 49 nosetests.xml
Bethory 0:6ad07c9019fd 50 .cache
Bethory 0:6ad07c9019fd 51 .hypothesis
Bethory 0:6ad07c9019fd 52
Bethory 0:6ad07c9019fd 53 # Translations
Bethory 0:6ad07c9019fd 54 *.mo
Bethory 0:6ad07c9019fd 55
Bethory 0:6ad07c9019fd 56 # Mr Developer
Bethory 0:6ad07c9019fd 57 .mr.developer.cfg
Bethory 0:6ad07c9019fd 58
Bethory 0:6ad07c9019fd 59 output.txt
Bethory 0:6ad07c9019fd 60 uVision Project/
Bethory 0:6ad07c9019fd 61
Bethory 0:6ad07c9019fd 62 # Sublime Text Project Files
Bethory 0:6ad07c9019fd 63 *.sublime*
Bethory 0:6ad07c9019fd 64
Bethory 0:6ad07c9019fd 65 *.bak
Bethory 0:6ad07c9019fd 66 debug.log
Bethory 0:6ad07c9019fd 67
Bethory 0:6ad07c9019fd 68 # Ignore OS X Desktop Services Store files
Bethory 0:6ad07c9019fd 69 .DS_Store
Bethory 0:6ad07c9019fd 70
Bethory 0:6ad07c9019fd 71 # Orig diff files
Bethory 0:6ad07c9019fd 72 *.orig
Bethory 0:6ad07c9019fd 73
Bethory 0:6ad07c9019fd 74 # PyCharm
Bethory 0:6ad07c9019fd 75 *.idea
Bethory 0:6ad07c9019fd 76
Bethory 0:6ad07c9019fd 77 # Cscope
Bethory 0:6ad07c9019fd 78 cscope.*
Bethory 0:6ad07c9019fd 79
Bethory 0:6ad07c9019fd 80 # Ctags
Bethory 0:6ad07c9019fd 81 tags
Bethory 0:6ad07c9019fd 82
Bethory 0:6ad07c9019fd 83 # vim swap files
Bethory 0:6ad07c9019fd 84 *.swp
Bethory 0:6ad07c9019fd 85 *~
Bethory 0:6ad07c9019fd 86
Bethory 0:6ad07c9019fd 87 # Visual Studio Code
Bethory 0:6ad07c9019fd 88 .vscode/