From 7b1a4572146cebc11429d56ddf155c485a1b823c Mon Sep 17 00:00:00 2001 From: David Peter Date: Fri, 2 Jun 2017 20:42:55 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6482d04..753246b 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ While it does not seek to mirror all of *find*'s powerful functionality, it prov case-sensitive if the pattern contains an uppercase character[\*](http://vimdoc.sourceforge.net/htmldoc/options.html#'smartcase'). * Colorized terminal output (similar to *ls*). -* Ignores hidden directories and files by default. -* Regular expressions by default. -* Unicode-aware. +* Ignores hidden directories and files, by default. +* Ignores patterns from your `.gitignore`, by default. +* Regular expressions. +* Unicode-awareness. * The command name is *50%* shorter[\*](https://github.com/ggreer/the_silver_searcher) than `find` :-).