mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04: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:
parent
5a6eb2c41f
commit
ef1f1b7ac6
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -42,6 +42,7 @@ TAGS.sub
|
|||
.cache
|
||||
compile_commands.json
|
||||
.vscode
|
||||
.devcontainer/
|
||||
|
||||
.gdbinit
|
||||
.gdb_history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue