cp-unseen: Ignore *.lock and stuff in .sync/

This commit is contained in:
neingeist 2019-03-03 13:19:16 +01:00
parent 36aaa69eb1
commit 367c8ed165

View file

@ -47,6 +47,9 @@ def main():
for f in filenames]
for file1 in file_list:
if file1.endswith('.lock') or '.sync/' in file1:
continue
if file1 in seen:
continue