# HG changeset patch # User Zeger Van de Vannet # Date 1643289613 -3600 # Node ID b12e86e6c110c6280321d70949abecf74b593220 # Parent 0cc89a0312814b01f2f62b9c6b8e2163cc957faa Add .hgignore to rg ignores diff -r 0cc89a031281 -r b12e86e6c110 dot_config/ripgrep/ripgreprc --- 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