summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <amorales@fluendo.com>2021-11-17 10:55:25 +0000
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-04-13 16:36:09 +0000
commit083da950f4841d680d1e8f8a9e2cd39897eefe10 (patch)
tree83ecd58128620071587d51957511dc86e0612a10 /.gitignore
parente890e6e8d8bd581ff19b038b5c7077e45cb9a60b (diff)
downloadgstreamer-083da950f4841d680d1e8f8a9e2cd39897eefe10.tar.gz
vscode: add VSCode IDE integration
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1386>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e368b54c0f..ffd5c95f89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,3 +61,8 @@ subprojects/*/
!subprojects/win-flex-bison-binaries
!subprojects/win-nasm
!subprojects/packagefiles
+
+# VSCode integration
+# launch.json will be modified by users depending on the pipeline to test
+# We keep these files in the ignore list so they do not appear as modified
+.vscode/*