summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2021-10-30 03:09:11 +0900
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-02-16 21:05:40 +0000
commitd8e4b440410e6b4c2bb59ebce93c41abaf993d26 (patch)
treea8c6b967158fdec43d47f8eaf857c76df9eee102 /.gitignore
parent90d31061929caced5d2c288795a3ee13a467b051 (diff)
downloadgstreamer-d8e4b440410e6b4c2bb59ebce93c41abaf993d26.tar.gz
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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