61 lines
778 B
Plaintext
61 lines
778 B
Plaintext
|
# OpenCV build and install directories
|
||
|
build/
|
||
|
opencv-4.2.0/build/
|
||
|
install/
|
||
|
opencv-4.2.0/install/
|
||
|
|
||
|
|
||
|
# CMake generated files
|
||
|
CMakeFiles/
|
||
|
CMakeCache.txt
|
||
|
cmake_install.cmake
|
||
|
Makefile
|
||
|
|
||
|
opencv-4.2.0/CMakeFiles/
|
||
|
opencv-4.2.0/CMakeCache.txt
|
||
|
opencv-4.2.0/cmake_install.cmake
|
||
|
opencv-4.2.0/Makefile
|
||
|
|
||
|
# Auto-generated files
|
||
|
*.pb.h
|
||
|
*.pb.cc
|
||
|
*.so
|
||
|
*.dylib
|
||
|
*.dll
|
||
|
*.exe
|
||
|
|
||
|
# Backup and temporary files
|
||
|
*~
|
||
|
*.bak
|
||
|
*.swp
|
||
|
*.tmp
|
||
|
*.temp
|
||
|
*.log
|
||
|
*.pid
|
||
|
*.seed
|
||
|
|
||
|
# Python compiled files
|
||
|
*.pyc
|
||
|
*.pyo
|
||
|
__pycache__/
|
||
|
|
||
|
# macOS specific files
|
||
|
.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
|
||
|
# Thumbnails
|
||
|
._*
|
||
|
|
||
|
# Files that might appear in the root of a volume
|
||
|
.DocumentRevisions-V100
|
||
|
.fseventsd
|
||
|
.Spotlight-V100
|
||
|
.TemporaryItems
|
||
|
.Trashes
|
||
|
.VolumeIcon.icns
|
||
|
|
||
|
# Directories potentially created on remote AFP share
|
||
|
.AppleDB
|
||
|
.AppleDesktop
|