From: Guido van Rossum Date: Fri, 2 Oct 1992 14:19:57 +0000 (+0000) Subject: Add .fdc and .rgb to default list of ignored extensions X-Git-Tag: v0.9.8~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cb8e8cfc09dd0919882da968c3e95bf070e257d;p=thirdparty%2FPython%2Fcpython.git Add .fdc and .rgb to default list of ignored extensions --- diff --git a/Tools/scripts/xxci.py b/Tools/scripts/xxci.py index 32ef5d1e8b0f..74352a054f31 100755 --- a/Tools/scripts/xxci.py +++ b/Tools/scripts/xxci.py @@ -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():