add lib
This commit is contained in:
parent
5f67ef69e4
commit
5c208f7604
12
.gitignore
vendored
12
.gitignore
vendored
@ -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/
|
||||||
BIN
src/device/hikrobot/lib/amd64/libMvCameraControl.so
Normal file
BIN
src/device/hikrobot/lib/amd64/libMvCameraControl.so
Normal file
Binary file not shown.
BIN
src/device/hikrobot/lib/arm64/libMvCameraControl.so
Normal file
BIN
src/device/hikrobot/lib/arm64/libMvCameraControl.so
Normal file
Binary file not shown.
BIN
src/device/mindvision/lib/amd64/libMVSDK.so
Normal file
BIN
src/device/mindvision/lib/amd64/libMVSDK.so
Normal file
Binary file not shown.
BIN
src/device/mindvision/lib/arm64/libMVSDK.so
Normal file
BIN
src/device/mindvision/lib/arm64/libMVSDK.so
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user