aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Pikuła <m.pikula@partner.samsung.com>2024-12-10 20:37:55 +0100
committerTom Tromey <tromey@adacore.com>2024-12-13 09:35:10 -0700
commitef1f1b7ac6a6797d554ef8a2161cfb6dc07775fd (patch)
tree08ed3523c20b54d90ec4e9983cdcbce1c2f5403a
parent5a6eb2c41fb200604723699493f78d06d1b874bf (diff)
downloadbinutils-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0a40764..eb1baf0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@ TAGS.sub
.cache
compile_commands.json
.vscode
+.devcontainer/
.gdbinit
.gdb_history