Added to list of bad filenames.
This commit is contained in:
parent
ec758ead39
commit
185d06ea91
|
@ -26,7 +26,7 @@ def getargs():
|
||||||
args.sort()
|
args.sort()
|
||||||
return args
|
return args
|
||||||
|
|
||||||
badnames = ['tags', 'xyzzy']
|
badnames = ['tags', 'TAGS', 'xyzzy', 'nohup.out', 'core']
|
||||||
badprefixes = ['.', ',', '@', '#', 'o.']
|
badprefixes = ['.', ',', '@', '#', 'o.']
|
||||||
badsuffixes = \
|
badsuffixes = \
|
||||||
['~', '.a', '.o', '.old', '.bak', '.orig', '.new', '.prev', '.not']
|
['~', '.a', '.o', '.old', '.bak', '.orig', '.new', '.prev', '.not']
|
||||||
|
|
Loading…
Reference in New Issue