mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
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