(cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.
This commit is contained in:
@@ -445,7 +445,8 @@ Older version of this page was called `perl5', newer `perl'."
|
||||
:type 'regexp
|
||||
:group 'cperl)
|
||||
|
||||
(defcustom cperl-noscan-files-regexp "/\\(\\.\\.?\\|SCCS\\|RCS\\|blib\\)$"
|
||||
(defcustom cperl-noscan-files-regexp
|
||||
"/\\(\\.\\.?\\|SCCS\\|RCS\\|CVS\\|blib\\)$"
|
||||
"*Regexp to match files/dirs to skip when generating TAGS."
|
||||
:type 'regexp
|
||||
:group 'cperl)
|
||||
|
||||
Reference in New Issue
Block a user