add README.md .gitignore

This commit is contained in:
CHAMPION923
2025-05-30 16:36:14 +08:00
parent 2acf920a87
commit c1419182f2
2 changed files with 79 additions and 0 deletions

70
.gitignore vendored Normal file
View File

@@ -0,0 +1,70 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
*.7z
*.zip
*.rar
**/thirdparty
**/external
**/build
# **/Debug
# **/debug
**/Release
**/release
/.vscode
**/venv
**/venv3.12
**/venv3.10
**/gen
**/__pycache__
*.cmd
*.dist
*.pth
*.pt
*.csv
*.mdb
*.png
*.pgm
*.bmp
*.ply
**/vcpkg_*
lib64/
OutputDirectory/
ffmpeg/
GenICam/
include/
**/test
**/test_shared
**/log
**/Camera