Files
yolov8cpp/.gitignore
2024-07-13 13:15:28 +00:00

18 lines
240 B
Plaintext

# ide related
.vs/*
.idea/*
# build
.build/*
x64/*
cmake-build-debug/*
cmake-build-debug-visual-studio/*
# ignore CMakeLists.txt but add example file
CMakeLists.txt
# dlls:
*.dll
# vs-like objects
*.sln
*vcxproj*
packages.config
packages/*