mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
fix typo for .conflict files
This commit is contained in:
parent
c978db4c90
commit
575c00113a
@ -11,7 +11,7 @@ def magic2path(path):
|
||||
return re.sub(ur'@[_@]', lambda m: {u'@_': u'/', u'@@': u'@'}[m.group(0)], path)
|
||||
|
||||
|
||||
IGNORE_SUFFIXES = [u'.backup', u'.tmp', u'.conflicted']
|
||||
IGNORE_SUFFIXES = [u'.backup', u'.tmp', u'.conflict']
|
||||
IGNORE_PREFIXES = [u'.']
|
||||
|
||||
def should_ignore_file(path_u):
|
||||
|
Loading…
Reference in New Issue
Block a user