mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
gitignore: Add .clangd and .ccls-cache
Add residues of clangd and ccls to prevent them from being accidentally included in a commit. clangd and ccls are two C/C++ Language Server implementations listed in https://microsoft.github.io/language-server-protocol/implementors/servers/ . Sponsored by: The FreeBSD Foundation MFC after: 3 days Reviewed by: philip Differential Revision: https://reviews.freebsd.org/D26555
This commit is contained in:
parent
d4cf41a99b
commit
9b236631b1
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -26,3 +26,5 @@ cscope.in.out
|
|||
cscope.out
|
||||
cscope.po.out
|
||||
compile_commands.json
|
||||
.clangd
|
||||
.ccls-cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue