public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] .gitignore: ignore .vscode
@ 2024-05-23 15:56 Simon Marchi
  2024-05-30 11:10 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Marchi @ 2024-05-23 15:56 UTC (permalink / raw)
  To: gdb-patches, binutils; +Cc: Simon Marchi

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(+)

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

base-commit: d3daf5a2ba551707c74813e80be2b53d63a73a25
-- 
2.45.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] .gitignore: ignore .vscode
  2024-05-23 15:56 [PATCH] .gitignore: ignore .vscode Simon Marchi
@ 2024-05-30 11:10 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2024-05-30 11:10 UTC (permalink / raw)
  To: Simon Marchi, gdb-patches, binutils

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-30 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-23 15:56 [PATCH] .gitignore: ignore .vscode Simon Marchi
2024-05-30 11:10 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).