This commit is contained in:
Robofish 2026-03-01 18:29:15 +08:00
parent 5f67ef69e4
commit 5c208f7604
5 changed files with 5 additions and 7 deletions

12
.gitignore vendored
View File

@ -25,8 +25,8 @@
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
# *.so
# *.so.*
*.dylib
# Executables
@ -67,7 +67,7 @@ dkms.conf
*.pch
# Compiled Dynamic libraries
*.so
# *.so
*.dylib
*.dll
@ -91,7 +91,7 @@ devel/
logs/
build/
bin/
lib/
# lib/
msg_gen/
srv_gen/
msg/*Action.msg
@ -170,8 +170,6 @@ qtcreator-*
COLCON_IGNORE
AMENT_IGNORE
# Keep camera SDK .so files
!src/device/hikrobot/lib
!src/device/mindvision/lib
.claude/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.