gitignore: Add .devcontainer to ignored

Message ID 20241210193801.360858-1-m.pikula@partner.samsung.com
State New
Headers
Series gitignore: Add .devcontainer to ignored |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 success Build passed
linaro-tcwg-bot/tcwg_gdb_build--master-arm success Build passed
linaro-tcwg-bot/tcwg_gdb_check--master-arm success Test passed
linaro-tcwg-bot/tcwg_gdb_check--master-aarch64 success Test passed

Commit Message

Marek Pikula Dec. 10, 2024, 7:37 p.m. UTC
  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>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)


base-commit: c79fb66c7837cbc3b5f3915d8c23bb5747235c34
  

Comments

Tom Tromey Dec. 13, 2024, 4:35 p.m. UTC | #1
>>>>> "Marek" == Marek Pikuła <m.pikula@partner.samsung.com> writes:

Marek> Some people might use devcontainer to set up development environment.
Marek> Ignore this directory, similar to other existing IDE-specific ignores.

Marek> Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>

Thanks, I'm checking this in.

Tom
  

Patch

diff --git a/.gitignore b/.gitignore
index 0a40764c958..eb1baf01743 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@  TAGS.sub
 .cache
 compile_commands.json
 .vscode
+.devcontainer/
 
 .gdbinit
 .gdb_history