mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
27 lines
218 B
Plaintext
27 lines
218 B
Plaintext
# ignore dot files/directories
|
|
.*
|
|
!.gitignore
|
|
|
|
*.autosave
|
|
*.pyc
|
|
*.user
|
|
*~
|
|
Thumbs.db
|
|
tags
|
|
tegra/
|
|
bin/
|
|
*.sdf
|
|
*.opensdf
|
|
*.obj
|
|
*.stamp
|
|
*.depend
|
|
*.rule
|
|
*.tmp
|
|
*/debug
|
|
*.suo
|
|
*.log
|
|
*.tlog
|
|
build
|
|
node_modules
|
|
CMakeSettings.json
|