mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
git: .gitignore update
ignore all "dot" files/directories by default. 'ignored' files can be added via 'git add -f' command if necessary.
This commit is contained in:
parent
981009ac1f
commit
c51567ae45
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,10 +1,11 @@
|
|||||||
|
# ignore dot files/directories
|
||||||
|
.*
|
||||||
|
!.gitignore
|
||||||
|
|
||||||
*.autosave
|
*.autosave
|
||||||
*.pyc
|
*.pyc
|
||||||
*.user
|
*.user
|
||||||
*~
|
*~
|
||||||
.*.swp
|
|
||||||
.DS_Store
|
|
||||||
.sw[a-z]
|
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
tags
|
tags
|
||||||
tegra/
|
tegra/
|
||||||
@ -21,4 +22,3 @@ bin/
|
|||||||
*.log
|
*.log
|
||||||
*.tlog
|
*.tlog
|
||||||
build
|
build
|
||||||
.cache
|
|
||||||
|
Loading…
Reference in New Issue
Block a user