mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04: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:
+4
-4
@@ -1,10 +1,10 @@
|
||||
# ignore dot files/directories
|
||||
.*
|
||||
!.gitignore
|
||||
|
||||
*.autosave
|
||||
*.pyc
|
||||
*.user
|
||||
*~
|
||||
.*.swp
|
||||
.DS_Store
|
||||
.sw[a-z]
|
||||
tags
|
||||
tegra/
|
||||
.cache
|
||||
|
||||
Reference in New Issue
Block a user