Added to list of bad filenames.
This commit is contained in:
parent
ec758ead39
commit
185d06ea91
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue