gui, man, authors: Update docs, translations, and contributors

This commit is contained in:
Syncthing Release Automation
2022-08-29 04:23:19 +00:00
parent 837ffcfab5
commit 5d917e1306
19 changed files with 37 additions and 35 deletions
+7 -6
View File
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "SYNCTHING-STIGNORE" "5" "Aug 14, 2022" "v1.20.4" "Syncthing"
.TH "SYNCTHING-STIGNORE" "5" "Aug 24, 2022" "v1.20.4" "Syncthing"
.SH NAME
syncthing-stignore \- Prevent files from being synchronized to other nodes
.SH SYNOPSIS
@@ -45,10 +45,10 @@ syncthing-stignore \- Prevent files from being synchronized to other nodes
.sp
If some files should not be synchronized to (or from) other devices, a file called
\fB\&.stignore\fP can be created containing file patterns to ignore. The
\fB\&.stignore\fP file must be placed in the root of the folder. The
\fB\&.stignore\fP file must be placed in the root of the synced folder. The
\fB\&.stignore\fP file itself will never be synced to other devices, although it can
\fB#include\fP files that \fIare\fP synchronized between devices. All patterns are
relative to the folder root.
relative to the synced folder root.
The contents of the \fB\&.stignore\fP file must be UTF\-8 encoded.
.sp
\fBNOTE:\fP
@@ -105,14 +105,14 @@ you can type \fB?banana?\fP to match both \fB[banana]\fP and
.UNINDENT
.INDENT 0.0
.IP \(bu 2
A pattern beginning with \fB/\fP matches in the root of the folder only.
A pattern beginning with \fB/\fP matches in the root of the synced folder only.
\fB/foo\fP matches \fBfoo\fP but not \fBsubdir/foo\fP\&.
.IP \(bu 2
A pattern beginning with \fB#include\fP results in loading patterns
from the named file. It is an error for a file to not exist or be
included more than once. Note that while this can be used to include
patterns from a file in a subdirectory, the patterns themselves are
still relative to the folder \fIroot\fP\&. Example:
still relative to the synced folder \fIroot\fP\&. Example:
\fB#include more\-patterns.txt\fP\&.
.IP \(bu 2
A pattern beginning with a \fB!\fP prefix negates the pattern: matching files
@@ -155,13 +155,14 @@ pattern, while \fB!/foo/bar\fP is not.
.UNINDENT
.SH EXAMPLE
.sp
Given a directory layout:
Given a directory layout starting at the synced folders root:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
\&.DS_Store
\&.stignore
foo
foofoo
bar/