[PATCH] gitignore: add VSCode workspace dir
Jessica Clarke
jrtc27 at jrtc27.com
Fri Jul 28 18:52:18 PDT 2023
On 29 Jul 2023, at 02:49, Inochi Amaoto <inochiama at outlook.com> wrote:
>
> VSCode uses .vscode dir to store workspace settings, update .gitignore to
> ignore it
Put .vscode in your global gitignore file then? The *.swp shouldn’t
really be here either. Otherwise every project’s gitignore becomes a
mess trying to ignore every editor. Projects should be responsible for
their own build outputs, and users should be responsible for whatever
cruft their system’s tools leave around.
So, NAK from me (and a request for someone to remove the *.swp).
Jess
> Signed-off-by: Inochi Amaoto <inochiama at outlook.com>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index c11afd3..69ff5f8 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -11,3 +11,4 @@ install/
> tags
> cscope*
> *.swp
> +.vscode
> --
> 2.41.0
>
>
> --
> opensbi mailing list
> opensbi at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/opensbi
More information about the opensbi
mailing list