Skip to content

Commit 8ad708a

Browse files
Wang, Leivivier
Wang, Lei
authored andcommitted
.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 <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-Id: <[email protected]> Signed-off-by: Laurent Vivier <[email protected]>
1 parent 0529245 commit 8ad708a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
/GNUmakefile
22
/build/
33
/.cache/
4+
/.vscode/
45
*.pyc
56
.sdk
67
.stgit-*
78
.git-submodule-status
9+
.clang-format
10+
.gdb_history
811
cscope.*
912
tags
1013
TAGS

0 commit comments

Comments
 (0)