Add .fdc and .rgb to default list of ignored extensions

This commit is contained in:
Guido van Rossum 1992-10-02 14:19:57 +00:00
parent 4df20fa80f
commit 0cb8e8cfc0
1 changed files with 1 additions and 1 deletions

View File

@ -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():