summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-26 13:40:12 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-26 13:40:12 -0500
commit12a6ca45f9dad30864715dfecd917bb571b687d4 (patch)
treeac775c168f155502c0f79769163d5582d579812b /CHANGELOG.md
parent9d703110cfe01782d2d0b03a340f5983da215e68 (diff)
config: add --no-ignore-dot flag
This flag causes ripgrep to ignore `.ignore` files. Closes #1138
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 080c58de..4bf45c8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@ Feature enhancements:
* [FEATURE #1099](https://github.com/BurntSushi/ripgrep/pull/1099):
Add support for Brotli and Zstd to the `-z/--search-zip` flag.
+* [FEATURE #1138](https://github.com/BurntSushi/ripgrep/pull/1138):
+ Add `--no-ignore-dot` flag for ignoring `.ignore` files.
* [FEATURE #1170](https://github.com/BurntSushi/ripgrep/pull/1170):
Add `--ignore-file-case-insensitive` for case insensitive .ignore globs.