]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added to list of bad filenames.
authorGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 20:44:11 +0000 (20:44 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 20:44:11 +0000 (20:44 +0000)
Tools/scripts/xxci.py

index e747c8dbac4b5354d330eccf022a1e543a5263f7..3ac73f34b37e32e8e753331340da428d9b8004d4 100755 (executable)
@@ -26,7 +26,7 @@ def getargs():
        args.sort()
        return args
 
-badnames = ['tags', 'xyzzy']
+badnames = ['tags', 'TAGS', 'xyzzy', 'nohup.out', 'core']
 badprefixes = ['.', ',', '@', '#', 'o.']
 badsuffixes = \
        ['~', '.a', '.o', '.old', '.bak', '.orig', '.new', '.prev', '.not']