mirror of https://github.com/python/cpython
Add .fdc and .rgb to default list of ignored extensions
This commit is contained in:
parent
4df20fa80f
commit
0cb8e8cfc0
|
@ -45,7 +45,7 @@ badnames = ['tags', 'TAGS', 'xyzzy', 'nohup.out', 'core']
|
|||
badprefixes = ['.', ',', '@', '#', 'o.']
|
||||
badsuffixes = \
|
||||
['~', '.a', '.o', '.old', '.bak', '.orig', '.new', '.prev', '.not', \
|
||||
'.pyc', '.elc']
|
||||
'.pyc', '.fdc', '.rgb', '.elc']
|
||||
ignore = []
|
||||
|
||||
def setup():
|
||||
|
|
Loading…
Reference in New Issue