Explorar el Código

Exclude emacs temp files from rsync

Ryan C. Thompson hace 9 años
padre
commit
c426a0b8ab
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      dodo.py

+ 2 - 1
dodo.py

@@ -98,7 +98,8 @@ account.
             if include_dirs or s.group(1) == '-':
                 yield s.group(2)
 
-rsync_common_args = ["-rL", "--size-only", "--delete", "--exclude", ".DS_Store", "--delete-excluded",]
+rsync_common_args = ["-rL", "--size-only", "--delete", "--delete-excluded",
+                     "--exclude", ".DS_Store", "--exclude", ".#*" ]
 
 def task_lyx2pdf():
     yield {