mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01: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
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 New Issue
Block a user