+ .gitignore
This commit is contained in:
parent
8a325bab4b
commit
2fc5a385fd
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# symlink to ${my_build_directory}/compile_commands.json to make LSP work
|
||||
compile_commands.json
|
||||
# lsp keeps state here
|
||||
.cache
|
||||
# typical build dirs
|
||||
build
|
||||
ccov
|
||||
Loading…
Add table
Add a link
Reference in a new issue