summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
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/*