gitignore: Ignore editor specific config files

Ignore VSCode specific config files. Probably
people might want to add more other editor/IDE
specific files to gitignore as of this commit though,
we can prune it based on agreement later.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1276>
This commit is contained in:
Seungha Yang 2021-10-30 03:09:11 +09:00 committed by GStreamer Marge Bot
parent 90d3106192
commit d8e4b44041

4
.gitignore vendored
View file

@ -5,6 +5,10 @@ __pycache__
prefix/
.gdbinit
# Editor/IDE spcific
.vscode/
.vscode-server/
# Symlinks
/gstreamer
/gst-plugins-base