freebsd-dev/.gitignore
Ka Ho Ng 9b236631b1 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
2021-06-04 16:56:08 +08:00

31 lines
288 B
Plaintext

*.a
*.core
*.o
*.so
*.swp
*~
_.tinderbox.*
_.universe-toolchain
_.amd64.*
_.arm.*
_.arm64.*
_.i386.*
_.ia64.*
_.mips.*
_.pc98.*
_.powerpc.*
_.riscv.*
_.sparc64.*
_.sun4v.*
GPATH
GRTAGS
GTAGS
ID
cscope.files
cscope.in.out
cscope.out
cscope.po.out
compile_commands.json
.clangd
.ccls-cache