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