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:
Sanchayan Maity 2023-05-09 12:47:12 +05:30
parent ff616c1481
commit 9e0a966191
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 0 additions and 10 deletions

View File

@ -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