Fix ignored directories in unison
This commit is contained in:
parent
1819e253fe
commit
5b5cedc8f8
1 changed files with 7 additions and 6 deletions
|
@ -7,13 +7,14 @@ ignorearchives = true
|
||||||
log = false
|
log = false
|
||||||
times = true
|
times = true
|
||||||
|
|
||||||
# Ignore list
|
# Ignore list directories
|
||||||
ignore = Path .stfolder
|
ignore = Name .stfolder
|
||||||
ignore = Path .stversions
|
ignore = Name .stversions
|
||||||
ignore = Path __pycache__
|
ignore = Name __pycache__
|
||||||
ignore = Path _build
|
ignore = Name _build
|
||||||
ignore = Path .import
|
ignore = Name .import
|
||||||
|
|
||||||
|
# Ignore list files
|
||||||
ignore = Name synctex.gz
|
ignore = Name synctex.gz
|
||||||
ignore = Name *.toc
|
ignore = Name *.toc
|
||||||
ignore = Name *.out
|
ignore = Name *.out
|
||||||
|
|
Loading…
Reference in a new issue