From ef1f1b7ac6a6797d554ef8a2161cfb6dc07775fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Piku=C5=82a?= Date: Tue, 10 Dec 2024 20:37:55 +0100 Subject: [PATCH] gitignore: Add .devcontainer to ignored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some people might use devcontainer to set up development environment. Ignore this directory, similar to other existing IDE-specific ignores. Signed-off-by: Marek PikuĊ‚a --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a40764c958..eb1baf01743 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ TAGS.sub .cache compile_commands.json .vscode +.devcontainer/ .gdbinit .gdb_history