commit | 0cb8e8cfc09dd0919882da968c3e95bf070e257d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Oct 02 14:19:57 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Oct 02 14:19:57 1992 +0000 |
tree | aa7eed8776c491b7a40a828e50cf415ff460f704 | |
parent | 4df20fa80f0e24b065c7ca5ab861f047eda15763 [diff] [blame] |
Add .fdc and .rgb to default list of ignored extensions
diff --git a/Tools/scripts/xxci.py b/Tools/scripts/xxci.py index 32ef5d1..74352a0 100755 --- a/Tools/scripts/xxci.py +++ b/Tools/scripts/xxci.py
@@ -45,7 +45,7 @@ badprefixes = ['.', ',', '@', '#', 'o.'] badsuffixes = \ ['~', '.a', '.o', '.old', '.bak', '.orig', '.new', '.prev', '.not', \ - '.pyc', '.elc'] + '.pyc', '.fdc', '.rgb', '.elc'] ignore = [] def setup():