mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
17211: respect $CVSIGNORE.
This commit is contained in:
parent
3bd0b68bfb
commit
c08e0636e8
2 changed files with 6 additions and 0 deletions
|
@ -965,6 +965,7 @@ _cvs_nonentried_files () {
|
|||
)
|
||||
[[ -r ~/.cvsignore ]] && omitpats=($omitpats $(<~/.cvsignore))
|
||||
[[ -r ${realdir}.cvsignore ]] && omitpats=($omitpats $(<${realdir}.cvsignore))
|
||||
omitpats=($omitpats $CVSIGNORE)
|
||||
|
||||
_path_files -g "*~(*/|)(${(j:|:)~omitpats})(D.)"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue