Skip to content

Commit e4e6489

Browse files
committed
.gitignore: Update .gitignore for doc temp file.
Signed-off-by: zhanglinjing <Linjing.Zhang@infineon.com>
1 parent 6757650 commit e4e6489

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build
1010
# python
1111
**/__pycache__/
1212
venv/
13+
myenv/
1314

1415
# code-check standards and reports
1516
misra.txt
@@ -20,3 +21,9 @@ scan-build-reports/
2021
cppcheck_reports/
2122
cppcheck.checkers
2223
err.xml
24+
25+
# Ignore docs build (Sphinx)
26+
docs/build
27+
docs/source/_build
28+
__pycache__/
29+
_build/

0 commit comments

Comments
 (0)