From: Wang, Lei Date: Thu, 20 Oct 2022 17:19:21 +0000 (+0000) Subject: .gitignore: add multiple items to .gitignore X-Git-Tag: v7.2.0-rc0~40^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ad708a9d8f7e40a1fc33c69d1590f10e3da50b0;p=thirdparty%2Fqemu.git .gitignore: add multiple items to .gitignore 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 Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20221020171921.1078533-1-lei4.wang@intel.com> Signed-off-by: Laurent Vivier --- diff --git a/.gitignore b/.gitignore index 8aab671265e..61fa39967b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,13 @@ /GNUmakefile /build/ /.cache/ +/.vscode/ *.pyc .sdk .stgit-* .git-submodule-status +.clang-format +.gdb_history cscope.* tags TAGS