.gitignore: ignore .vscode

Message ID 20240523155623.204117-1-simon.marchi@efficios.com
State New
Headers
Series .gitignore: ignore .vscode |

Checks

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

Commit Message

Simon Marchi May 23, 2024, 3:56 p.m. UTC
  When using VSCode and setting some directory-specific preferences,
VSCode stores them in a .vscode directory.  Add this to .gitignore.

ChangeLog:

	* .gitignore: Ignore .vscode.

Change-Id: I1fdad0c0c8866e7e5a6be22c6c442216e34acd78
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)


base-commit: d3daf5a2ba551707c74813e80be2b53d63a73a25
  

Comments

Nick Clifton May 30, 2024, 11:10 a.m. UTC | #1
Hi Simon,

> When using VSCode and setting some directory-specific preferences,
> VSCode stores them in a .vscode directory.  Add this to .gitignore.

Approved and applied.

Cheers
   Nick
  

Patch

diff --git a/.gitignore b/.gitignore
index 716271029efb..0a40764c9584 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,7 @@  TAGS.sub
 .clangd
 .cache
 compile_commands.json
+.vscode
 
 .gdbinit
 .gdb_history