update .gitignore

This commit is contained in:
datean
2024-12-24 21:12:13 +08:00
parent 84960680ea
commit 91771910d7
3 changed files with 7 additions and 2 deletions
+3
View File
@@ -764,6 +764,9 @@ FodyWeavers.xsd
# JetBrains Rider # JetBrains Rider
*.sln.iml *.sln.iml
docs/
_html/
### VisualStudio Patch ### ### VisualStudio Patch ###
# Additional files built by Visual Studio # Additional files built by Visual Studio
+2
View File
@@ -32,9 +32,11 @@ build_all()
make clean make clean
rm -rf _html rm -rf _html
rm -rf _build rm -rf _build
rm -rf docs
make html make html
cp -R _build/html _html cp -R _build/html _html
cp .nojekyll _html/ cp .nojekyll _html/
cp _html/ docs/ -af
echo "create _html finished" echo "create _html finished"
} }
@@ -8,7 +8,7 @@ This section provides a comprehensive guide to installing, compiling, and runnin
- [Get source code of OrbbecSDK_ROS2](#get-source-code-of-orbbecsdk-ros2) - [Get source code of OrbbecSDK_ROS2](#get-source-code-of-orbbecsdk-ros2)
- [Install environment](#install-environment) - [Install environment](#install-environment)
- [Build project](#build-project) - [Build project](#build-project)
- [Performance Optimization Suggestions](#Performance Optimization Suggestions) - [Performance Optimization Suggestions](#performance-ptimization-suggestions)
## Get source code of OrbbecSDK_ROS2 ## Get source code of OrbbecSDK_ROS2