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

master
neingeist 5 years ago
parent 36aaa69eb1
commit 367c8ed165

@ -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

Loading…
Cancel
Save