]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add .fdc and .rgb to default list of ignored extensions
authorGuido van Rossum <guido@python.org>
Fri, 2 Oct 1992 14:19:57 +0000 (14:19 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Oct 1992 14:19:57 +0000 (14:19 +0000)
Tools/scripts/xxci.py

index 32ef5d1e8b0f92a51bbdc7f9e5760ab613452d09..74352a054f316556257641a1487f372052b0dbbb 100755 (executable)
@@ -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():