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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.