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 @@ def getmtime(file):
badprefixes = ['.', ',', '@', '#', 'o.']
badsuffixes = \
['~', '.a', '.o', '.old', '.bak', '.orig', '.new', '.prev', '.not', \
'.pyc', '.fdc', '.rgb', '.elc']
'.pyc', '.fdc', '.rgb', '.elc', ',v']
ignore = []
def setup():