forked from espressif/esp-modbus
56 lines
611 B
Plaintext
56 lines
611 B
Plaintext
.config
|
|
*.o
|
|
*.pyc
|
|
|
|
# gtags
|
|
GTAGS
|
|
GRTAGS
|
|
GPATH
|
|
|
|
# emacs
|
|
.dir-locals.el
|
|
|
|
# emacs temp file suffixes
|
|
*~
|
|
.#*
|
|
\#*#
|
|
|
|
# eclipse setting
|
|
.settings
|
|
|
|
# MacOS directory files
|
|
.DS_Store
|
|
|
|
# Build related files
|
|
build*
|
|
sdkconfig
|
|
sdkconfig.old
|
|
managed_components
|
|
dependencies.lock
|
|
.vscode
|
|
doxygen_output/**
|
|
dist
|
|
|
|
# Doc build artifacts
|
|
docs/_build/
|
|
docs/doxygen-warning-log.txt
|
|
docs/sphinx-warning-log.txt
|
|
docs/sphinx-warning-log-sanitized.txt
|
|
docs/xml/
|
|
docs/xml_in/
|
|
docs/man/
|
|
docs/doxygen_sqlite3.db
|
|
|
|
TEST_LOGS
|
|
|
|
|
|
# gcov coverage reports
|
|
*.gcda
|
|
*.gcno
|
|
coverage.info
|
|
coverage_report/
|
|
|
|
# VS Code Settings
|
|
.vscode/
|
|
/.pytest_cache/
|