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.']
|
||||
badsuffixes = \
|
||||
['~', '.a', '.o', '.old', '.bak', '.orig', '.new', '.prev', '.not', \
|
||||
'.pyc', '.fdc', '.rgb', '.elc']
|
||||
'.pyc', '.fdc', '.rgb', '.elc', ',v']
|
||||
ignore = []
|
||||
|
||||
def setup():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue