From fc67b8bfaeeff5f8355fb336df75651de1963ccf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 13 May 2024 14:41:41 -0400 Subject: [PATCH] .gitignore: ignore local vscode workspace settings file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I518d85077566ab341acb4644d27132ade79b5749 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b0884eb16..66e76696f 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ TAGS /.clangd/ compile_commands.json *_flymake* +/.vscode/settings.json # m4 macros not automatically generated /m4/libtool.m4 -- 2.34.1