Skip to content

Commit

Permalink
Merge branch 'release/v2.0' into 'main'
Browse files Browse the repository at this point in the history
esp-modbus stack release v2.0.1

See merge request idf/esp-modbus!89
  • Loading branch information
alisitsyn committed Dec 20, 2024
2 parents eacef70 + 65322a7 commit 3117942
Show file tree
Hide file tree
Showing 243 changed files with 30,310 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
.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/
Loading

0 comments on commit 3117942

Please sign in to comment.