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:
Sanchayan Maity 2023-05-09 12:49:49 +05:30
parent 245855e5ff
commit b01b94a251
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 13 additions and 0 deletions

View 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/