mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
c51567ae45
ignore all "dot" files/directories by default. 'ignored' files can be added via 'git add -f' command if necessary.
25 lines
186 B
Plaintext
25 lines
186 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
|