mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Add .fdc and .rgb to default list of ignored extensions
This commit is contained in:
parent
4df20fa80f
commit
0cb8e8cfc0
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', '.elc']
|
'.pyc', '.fdc', '.rgb', '.elc']
|
||||||
ignore = []
|
ignore = []
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue