mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
doc: add docs about .ignore/.rgignore in parent directories
Closes #2479
This commit is contained in:
@@ -4734,7 +4734,7 @@ impl Flag for NoRequireGit {
|
||||
fn doc_long(&self) -> &'static str {
|
||||
r"
|
||||
When this flag is given, source control ignore files such as \fB.gitignore\fP
|
||||
are respect even if no \fBgit\fP repository is present.
|
||||
are respected even if no \fBgit\fP repository is present.
|
||||
.sp
|
||||
By default, ripgrep will only respect filter rules from source control ignore
|
||||
files when ripgrep detects that the search is executed inside a source control
|
||||
|
Reference in New Issue
Block a user