Ignore ,v files too

This commit is contained in:
Guido van Rossum 1993-06-05 18:03:30 +00:00
parent 061ec39b07
commit 09abc8e7df

View file

@ -45,7 +45,7 @@ badnames = ['tags', 'TAGS', 'xyzzy', 'nohup.out', 'core']
badprefixes = ['.', ',', '@', '#', 'o.'] badprefixes = ['.', ',', '@', '#', 'o.']
badsuffixes = \ badsuffixes = \
['~', '.a', '.o', '.old', '.bak', '.orig', '.new', '.prev', '.not', \ ['~', '.a', '.o', '.old', '.bak', '.orig', '.new', '.prev', '.not', \
'.pyc', '.fdc', '.rgb', '.elc'] '.pyc', '.fdc', '.rgb', '.elc', ',v']
ignore = [] ignore = []
def setup(): def setup():