rg to exclude cscope and toolchain files
dblume

dblume commited on 2022-04-13 13:15:57
Showing 1 changed files, with 2 additions and 1 deletions.

... ...
@@ -1,5 +1,6 @@
1 1
 --no-heading
2 2
 -n
3
---max-columns=150
4 3
 --glob=!builds/
5 4
 --glob=!tags
5
+--glob=!cscope.*
6
+--glob=!toolchain/toolchain-roku*
6 7