add README.md .gitignore
This commit is contained in:
70
.gitignore
vendored
Normal file
70
.gitignore
vendored
Normal 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
|
Reference in New Issue
Block a user