git: Clean up git ignore
We have been adding a few entries to gitignore which we wanted to be ignored by ripgrep for search. Remove them. We will move them to ripgrep configuration.
This commit is contained in:
parent
ff616c1481
commit
9e0a966191
1 changed files with 0 additions and 10 deletions
|
@ -3,23 +3,13 @@ TAGS
|
|||
cscope.out
|
||||
*.patch
|
||||
*.diff
|
||||
.git
|
||||
.gdb_history
|
||||
gdb.txt
|
||||
.cache
|
||||
.gdbinit*
|
||||
.gdb*
|
||||
gdb-*.txt
|
||||
mediasoup*
|
||||
north-star*
|
||||
target
|
||||
notes-private.txt
|
||||
compile_commands.json
|
||||
*ChangeLog*
|
||||
*/gst-docs/*
|
||||
hotdoc-*
|
||||
tut/.config/tut/accounts.toml
|
||||
*/gstreamer-sharp/*
|
||||
dist-newstyle/*
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
|
Loading…
Reference in a new issue