@@ -3229,9 +3229,11 @@ impl Flag for IgnoreFile {
|
|||||||
Specifies a path to one or more \fBgitignore\fP formatted rules files.
|
Specifies a path to one or more \fBgitignore\fP formatted rules files.
|
||||||
These patterns are applied after the patterns found in \fB.gitignore\fP,
|
These patterns are applied after the patterns found in \fB.gitignore\fP,
|
||||||
\fB.rgignore\fP and \fB.ignore\fP are applied and are matched relative to the
|
\fB.rgignore\fP and \fB.ignore\fP are applied and are matched relative to the
|
||||||
current working directory. Multiple additional ignore files can be specified
|
current working directory. That is, files specified via this flag have lower
|
||||||
by using this flag repeatedly. When specifying multiple ignore files, earlier
|
precedence than files automatically found in the directory tree. Multiple
|
||||||
files have lower precedence than later files.
|
additional ignore files can be specified by using this flag repeatedly. When
|
||||||
|
specifying multiple ignore files, earlier files have lower precedence than
|
||||||
|
later files.
|
||||||
.sp
|
.sp
|
||||||
If you are looking for a way to include or exclude files and directories
|
If you are looking for a way to include or exclude files and directories
|
||||||
directly on the command line, then use \flag{glob} instead.
|
directly on the command line, then use \flag{glob} instead.
|
||||||
|
|||||||
Reference in New Issue
Block a user