forked from Imagelibrary/binutils-gdb
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -42,6 +42,7 @@ TAGS.sub
|
|||||||
.cache
|
.cache
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
.vscode
|
.vscode
|
||||||
|
.devcontainer/
|
||||||
|
|
||||||
.gdbinit
|
.gdbinit
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
|||||||
Reference in New Issue
Block a user