ripgrep: Add a configuration file
Primarily contains things we want to be ignored by ripgrep for now. We had been including these in gitignore which was not really correct.
This commit is contained in:
parent
245855e5ff
commit
b01b94a251
1 changed files with 13 additions and 0 deletions
13
ripgrep/.config/ripgrep/ripgreprc
Normal file
13
ripgrep/.config/ripgrep/ripgreprc
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--glob=!git/*
|
||||||
|
--glob=!*/gst-docs/*
|
||||||
|
--glob=!hotdoc-*/
|
||||||
|
--glob=!*/gstreamer-sharp/*
|
||||||
|
--glob=!ChangeLog
|
||||||
|
--glob=!*girs/*
|
||||||
|
--glob=!*.po
|
||||||
|
--glob=!*.json
|
||||||
|
--glob=!*.lock
|
||||||
|
--glob=!node_modules/*
|
||||||
|
--glob=!mediasoup/*
|
||||||
|
--glob=!mediasoup-*/
|
||||||
|
--glob=!north-star/
|
Loading…
Reference in a new issue