changeset 538:b12e86e6c110

Add .hgignore to rg ignores
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 27 Jan 2022 14:20:13 +0100
parents 0cc89a031281
children 8e2e42add3af
files dot_config/ripgrep/ripgreprc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/ripgrep/ripgreprc	Thu Jan 27 14:19:35 2022 +0100
+++ b/dot_config/ripgrep/ripgreprc	Thu Jan 27 14:20:13 2022 +0100
@@ -1,6 +1,9 @@
 # Only be case sensitive if a case is present
 --smart-case
 
+# include .hgignore in ignores
+--ignore-file=.hgignore
+
 # Limit output
 --max-columns=150
 --max-columns-preview