Skip to content

Commit 3117942

Browse files
committed
Merge branch 'release/v2.0' into 'main'
esp-modbus stack release v2.0.1 See merge request idf/esp-modbus!89
2 parents eacef70 + 65322a7 commit 3117942

File tree

243 files changed

+30310
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+30310
-0
lines changed

.gitignore

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
.config
2+
*.o
3+
*.pyc
4+
5+
# gtags
6+
GTAGS
7+
GRTAGS
8+
GPATH
9+
10+
# emacs
11+
.dir-locals.el
12+
13+
# emacs temp file suffixes
14+
*~
15+
.#*
16+
\#*#
17+
18+
# eclipse setting
19+
.settings
20+
21+
# MacOS directory files
22+
.DS_Store
23+
24+
# Build related files
25+
build*
26+
sdkconfig
27+
sdkconfig.old
28+
managed_components
29+
dependencies.lock
30+
.vscode
31+
doxygen_output/**
32+
dist
33+
34+
# Doc build artifacts
35+
docs/_build/
36+
docs/doxygen-warning-log.txt
37+
docs/sphinx-warning-log.txt
38+
docs/sphinx-warning-log-sanitized.txt
39+
docs/xml/
40+
docs/xml_in/
41+
docs/man/
42+
docs/doxygen_sqlite3.db
43+
44+
TEST_LOGS
45+
46+
47+
# gcov coverage reports
48+
*.gcda
49+
*.gcno
50+
coverage.info
51+
coverage_report/
52+
53+
# VS Code Settings
54+
.vscode/
55+
/.pytest_cache/

0 commit comments

Comments
 (0)