qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] .gitignore: add multiple items to .gitignore


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] .gitignore: add multiple items to .gitignore
Date: Thu, 20 Oct 2022 12:02:02 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.3.2

On 20/10/22 19:19, Wang, Lei wrote:
Add /.vscode/, .clang-format and .gdb_history to .gitignore because:

  - For VSCode, workspace settings as well as debugging and task
  configurations are stored at the root in a .vscode folder;
  - For ClangFormat, the .clang-format file is searched relative to
  the current working directory when reading stdin;
  - For GDB, GDB command history file defaults to the value of the
  environment variable GDBHISTFILE, or to ./.gdb_history if this
  variable is not set.

Signed-off-by: Wang, Lei <lei4.wang@intel.com>
---
  .gitignore | 3 +++
  1 file changed, 3 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]