[igt-dev] [PATCH] Add .vscode to gitignore
Mark Yacoub
markyacoub at chromium.org
Thu Jun 24 17:24:36 UTC 2021
From: Mark Yacoub <markyacoub at google.com>
Given the popularity of vscode, .vscode is a directory that holds
the personal vscode preferences.
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 88dd0338..119c80ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,5 @@ results
build
patches
Makefile
+
+.vscode
\ No newline at end of file
--
2.32.0.93.g670b81a890-goog
More information about the igt-dev
mailing list