2013-02-18 15:23:12 +00:00
|
|
|
*.py[cod]
|
|
|
|
|
2013-10-21 10:54:28 +00:00
|
|
|
# Distribution dir
|
|
|
|
dist
|
|
|
|
|
2013-10-22 11:13:04 +00:00
|
|
|
# MANIFEST file
|
|
|
|
MANIFEST
|
2017-06-01 18:25:33 +00:00
|
|
|
doxygen_objdb_*
|
2013-10-22 11:13:04 +00:00
|
|
|
|
2013-02-18 15:38:36 +00:00
|
|
|
# Private settings
|
2016-06-09 21:24:05 +00:00
|
|
|
mbed_settings.py
|
2013-02-18 15:38:36 +00:00
|
|
|
|
2013-08-15 15:09:12 +00:00
|
|
|
# Default Build Directory
|
2016-05-25 13:18:38 +00:00
|
|
|
.build/
|
2016-10-04 12:08:40 +00:00
|
|
|
BUILD/
|
2016-08-05 03:22:32 +00:00
|
|
|
.mbed
|
2016-01-10 20:26:32 +00:00
|
|
|
venv/
|
2013-08-15 15:09:12 +00:00
|
|
|
|
2018-02-09 10:57:31 +00:00
|
|
|
# Mbedls
|
|
|
|
.mbedls-mock.lock
|
|
|
|
|
2013-08-15 15:09:12 +00:00
|
|
|
# Eclipse Project Files
|
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
|
2013-02-18 15:23:12 +00:00
|
|
|
# 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
|
2018-02-09 10:57:31 +00:00
|
|
|
.cache
|
|
|
|
.hypothesis
|
2013-02-18 15:23:12 +00:00
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
2013-07-19 13:34:13 +00:00
|
|
|
|
2013-07-19 14:23:47 +00:00
|
|
|
output.txt
|
2013-07-22 10:30:47 +00:00
|
|
|
uVision Project/
|
|
|
|
|
|
|
|
# Sublime Text Project Files
|
2013-07-23 08:34:01 +00:00
|
|
|
*.sublime*
|
2013-07-24 13:35:24 +00:00
|
|
|
|
2013-07-24 16:21:40 +00:00
|
|
|
*.bak
|
2013-08-01 22:17:43 +00:00
|
|
|
debug.log
|
2013-08-09 22:11:50 +00:00
|
|
|
|
|
|
|
# Ignore OS X Desktop Services Store files
|
2013-10-21 10:54:28 +00:00
|
|
|
.DS_Store
|
2014-06-03 09:03:53 +00:00
|
|
|
|
|
|
|
# Orig diff files
|
|
|
|
*.orig
|
2014-10-22 17:42:07 +00:00
|
|
|
|
|
|
|
# PyCharm
|
|
|
|
*.idea
|
|
|
|
|
2014-12-06 04:27:58 +00:00
|
|
|
# Cscope
|
|
|
|
cscope.*
|
|
|
|
|
2018-02-09 10:57:31 +00:00
|
|
|
# Ctags
|
|
|
|
tags
|
|
|
|
|
2014-12-06 04:27:58 +00:00
|
|
|
# vim swap files
|
|
|
|
*.swp
|
2015-08-17 01:02:00 +00:00
|
|
|
*~
|
2014-12-06 04:27:58 +00:00
|
|
|
|
2017-01-11 18:48:05 +00:00
|
|
|
# Visual Studio Code
|
|
|
|
.vscode/
|
2018-03-09 18:04:47 +00:00
|
|
|
|
|
|
|
features/FEATURE_BLE/targets/TARGET_CORDIO/stack_backup/
|
2018-01-23 10:26:14 +00:00
|
|
|
|
|
|
|
.pytest_cache
|
2018-08-20 06:50:55 +00:00
|
|
|
log
|
2018-08-20 07:04:50 +00:00
|
|
|
|
|
|
|
# Icetea related file
|
|
|
|
test_suite.json
|
2018-11-13 18:33:05 +00:00
|
|
|
|
|
|
|
# default delivery dir
|
|
|
|
DELIVERY/
|
2019-10-01 12:50:43 +00:00
|
|
|
|
2020-07-20 16:51:40 +00:00
|
|
|
# CMake
|
|
|
|
CMakeCache.txt
|
|
|
|
cmake_install.cmake
|
|
|
|
CMakeFiles/
|
2021-04-07 14:56:38 +00:00
|
|
|
cmake_build/
|
|
|
|
Testing/
|