From d8e4b440410e6b4c2bb59ebce93c41abaf993d26 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 30 Oct 2021 03:09:11 +0900 Subject: [PATCH] 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: --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 79db3904ac..e368b54c0f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ __pycache__ prefix/ .gdbinit +# Editor/IDE spcific +.vscode/ +.vscode-server/ + # Symlinks /gstreamer /gst-plugins-base