Merge pull request #2742 from jpyllman/fix_clang_gitignore
add temporary clangd and clang project files to .gitignore
This commit is contained in:
commit
b01de02866
|
@ -110,3 +110,7 @@ man/*.html
|
||||||
.idea
|
.idea
|
||||||
/.metadata/
|
/.metadata/
|
||||||
cmake-*
|
cmake-*
|
||||||
|
|
||||||
|
# clang tooling temporary files
|
||||||
|
.clangd/
|
||||||
|
compile_commands.json
|
Loading…
Reference in New Issue