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
|
cscope.out
|
||||||
*.patch
|
*.patch
|
||||||
*.diff
|
*.diff
|
||||||
.git
|
|
||||||
.gdb_history
|
.gdb_history
|
||||||
gdb.txt
|
gdb.txt
|
||||||
.cache
|
.cache
|
||||||
.gdbinit*
|
.gdbinit*
|
||||||
.gdb*
|
.gdb*
|
||||||
gdb-*.txt
|
gdb-*.txt
|
||||||
mediasoup*
|
|
||||||
north-star*
|
|
||||||
target
|
target
|
||||||
notes-private.txt
|
notes-private.txt
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
*ChangeLog*
|
|
||||||
*/gst-docs/*
|
|
||||||
hotdoc-*
|
|
||||||
tut/.config/tut/accounts.toml
|
|
||||||
*/gstreamer-sharp/*
|
|
||||||
dist-newstyle/*
|
dist-newstyle/*
|
||||||
package-lock.json
|
|
||||||
yarn.lock
|
|
||||||
|
|
Loading…
Reference in a new issue