cp-unseen: Ignore *.lock and stuff in .sync/
This commit is contained in:
parent
36aaa69eb1
commit
367c8ed165
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ def main():
|
||||||
for f in filenames]
|
for f in filenames]
|
||||||
|
|
||||||
for file1 in file_list:
|
for file1 in file_list:
|
||||||
|
if file1.endswith('.lock') or '.sync/' in file1:
|
||||||
|
continue
|
||||||
|
|
||||||
if file1 in seen:
|
if file1 in seen:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue