From c08e0636e84dbf19b061748a466c59d5061824f7 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 23 May 2002 06:23:34 +0000 Subject: 17211: respect $CVSIGNORE. --- Completion/Unix/Command/_cvs | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs index a18044e90..765d7bdeb 100644 --- a/Completion/Unix/Command/_cvs +++ b/Completion/Unix/Command/_cvs @@ -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.)" } -- cgit 1.4.1