diff --git a/cp-unseen b/cp-unseen index 06210dc..1835af3 100755 --- a/cp-unseen +++ b/cp-unseen @@ -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