From: Marek Pikuła Date: Tue, 10 Dec 2024 19:37:55 +0000 (+0100) Subject: gitignore: Add .devcontainer to ignored X-Git-Tag: gdb-16-branchpoint~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef1f1b7ac6a6797d554ef8a2161cfb6dc07775fd;p=thirdparty%2Fbinutils-gdb.git gitignore: Add .devcontainer to ignored 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 --- 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