Fix ignored directories in unison

This commit is contained in:
Mylloon 2022-11-09 00:25:24 +01:00
parent 1819e253fe
commit 5b5cedc8f8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -7,13 +7,14 @@ ignorearchives = true
log = false
times = true
# Ignore list
ignore = Path .stfolder
ignore = Path .stversions
ignore = Path __pycache__
ignore = Path _build
ignore = Path .import
# Ignore list directories
ignore = Name .stfolder
ignore = Name .stversions
ignore = Name __pycache__
ignore = Name _build
ignore = Name .import
# Ignore list files
ignore = Name synctex.gz
ignore = Name *.toc
ignore = Name *.out