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 <m.pikula@partner.samsung.com>
This commit is contained in:
Marek Pikuła
2024-12-10 20:37:55 +01:00
committed by Tom Tromey
parent 5a6eb2c41f
commit ef1f1b7ac6

1
.gitignore vendored
View File

@@ -42,6 +42,7 @@ TAGS.sub
.cache
compile_commands.json
.vscode
.devcontainer/
.gdbinit
.gdb_history