summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-23 22:44:17 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-23 22:44:33 -0400
commitcc90511ab29d3c37e873acac0fd80f90473f54bb (patch)
tree5cd9e732a1c7470dd3563edb58a6b97cd0cc5286 /README.md
parentf5eb36baac668dd6eeb5b90fea2a374940fca06d (diff)
Switch from .rgignore to .ignore.
But don't actually remove support for .rgignore until the next semver bump. Note that this puts us in line with the silver searcher: https://github.com/ggreer/the_silver_searcher/pull/974 Fixes #40
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 6332e607..2319503e 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