mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
e10e628036
ignore all "dot" files/directories by default. 'ignored' files can be added via 'git add -f' command if necessary.
11 lines
86 B
Plaintext
11 lines
86 B
Plaintext
# ignore dot files/directories
|
|
.*
|
|
!.gitignore
|
|
|
|
*.autosave
|
|
*.pyc
|
|
*.user
|
|
*~
|
|
tags
|
|
tegra/
|