mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Ignore ,v files too
This commit is contained in:
parent
061ec39b07
commit
09abc8e7df
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue