Merge pull request #2659 from mpilman/features/ignore-clangd
Add .cland to .gitignore
This commit is contained in:
commit
36d87c60b5
|
@ -81,6 +81,11 @@ compile_commands.json
|
|||
flow/actorcompiler/obj
|
||||
flow/coveragetool/obj
|
||||
|
||||
# IDE indexing (commonly used tools)
|
||||
/compile_commands.json
|
||||
/.ccls-cache
|
||||
/.clangd
|
||||
|
||||
# Temporary and user configuration files
|
||||
*~
|
||||
*.orig
|
||||
|
@ -89,5 +94,3 @@ flow/coveragetool/obj
|
|||
.envrc
|
||||
.DS_Store
|
||||
temp/
|
||||
/compile_commands.json
|
||||
/.ccls-cache
|
||||
|
|
Loading…
Reference in New Issue