summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-23 23:14:38 -0400
committerGitHub <noreply@github.com>2016-09-23 23:14:38 -0400
commit5ff9b2f2a2debd68976ae2ec67529522bad92fc0 (patch)
tree1193f017469a5975359ee74565c14298baf01b14 /README.md
parentf5d60a80a8ac1798a991e8d366a76d9fb88e36c4 (diff)
parentcc90511ab29d3c37e873acac0fd80f90473f54bb (diff)
Merge pull request #41 from BurntSushi/generic-ignore
Switch from .rgignore to .ignore.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0d9d8ced..ebd8e826 100644
--- a/README.md
+++ b/README.md
@@ -145,9 +145,9 @@ files, ignore hidden files and directories and skip binary files:
$ rg foobar
```
-The above command also respects all `.rgignore` files, including in parent
-directories. `.rgignore` files can be used when `.gitignore` files are
-insufficient. In all cases, `.rgignore` patterns take precedence over
+The above command also respects all `.ignore` files, including in parent
+directories. `.ignore` files can be used when `.gitignore` files are
+insufficient. In all cases, `.ignore` patterns take precedence over
`.gitignore`.
To ignore all ignore files, use `-u`. To additionally search hidden files