42875200fa
Language servers like clangd generate a .cache directory to store compilation cache. Tell Git to ignore this directory when staging files. Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D38937
31 lines
297 B
Plaintext
31 lines
297 B
Plaintext
*.a
|
|
*.core
|
|
*.o
|
|
*.orig
|
|
*.rej
|
|
*.so
|
|
*.sw[nop]
|
|
*~
|
|
_.tinderbox.*
|
|
_.universe-toolchain
|
|
_.amd64.*
|
|
_.arm.*
|
|
_.arm64.*
|
|
_.i386.*
|
|
_.powerpc.*
|
|
_.riscv.*
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
ID
|
|
cscope.files
|
|
cscope.in.out
|
|
cscope.out
|
|
cscope.po.out
|
|
compile_commands.json
|
|
compile_commands.events.json
|
|
tags
|
|
.cache
|
|
.clangd
|
|
.ccls-cache
|