]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gitignore: Add .devcontainer to ignored
authorMarek Pikuła <m.pikula@partner.samsung.com>
Tue, 10 Dec 2024 19:37:55 +0000 (20:37 +0100)
committerTom Tromey <tromey@adacore.com>
Fri, 13 Dec 2024 16:35:10 +0000 (09:35 -0700)
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 <m.pikula@partner.samsung.com>
.gitignore

index 0a40764c95845dac633c29d40a3e72fbb81fd4d9..eb1baf01743c3e7b19fb1ab45165e25ae8ac9437 100644 (file)
@@ -42,6 +42,7 @@ TAGS.sub
 .cache
 compile_commands.json
 .vscode
+.devcontainer/
 
 .gdbinit
 .gdb_history