"plugins/vscode:/vscode.git/clone" did not exist on "9dd76fb6bc29071bd616d9ea32e29ce7b4dcba73"
Commit 7a636097 authored by shawn's avatar shawn
Browse files

Correct repo dir

cvs's metadata is under CVS and not .cvs
parent 76a26a2a
......@@ -11,7 +11,7 @@ if grep-flag-available --color=auto; then
fi
# ignore VCS folders (if the necessary grep flags are available)
VCS_FOLDERS="{.bzr,.cvs,.git,.hg,.svn}"
VCS_FOLDERS="{.bzr,CVS,.git,.hg,.svn}"
if grep-flag-available --exclude-dir=.cvs; then
GREP_OPTIONS+=" --exclude-dir=$VCS_FOLDERS"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment