diff options
author | Marek Pikuła <m.pikula@partner.samsung.com> | 2024-12-10 20:37:55 +0100 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-12-13 09:35:10 -0700 |
commit | ef1f1b7ac6a6797d554ef8a2161cfb6dc07775fd (patch) | |
tree | 08ed3523c20b54d90ec4e9983cdcbce1c2f5403a | |
parent | 5a6eb2c41fb200604723699493f78d06d1b874bf (diff) | |
download | binutils-ef1f1b7ac6a6797d554ef8a2161cfb6dc07775fd.zip binutils-ef1f1b7ac6a6797d554ef8a2161cfb6dc07775fd.tar.gz binutils-ef1f1b7ac6a6797d554ef8a2161cfb6dc07775fd.tar.bz2 |
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>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ TAGS.sub .cache compile_commands.json .vscode +.devcontainer/ .gdbinit .gdb_history |