/ .gitignore
.gitignore
1 *.a 2 *.core 3 *.o 4 *.orig 5 *.rej 6 *.so 7 *.sw[nop] 8 *~ 9 _.tinderbox.* 10 _.universe-toolchain 11 _.amd64.* 12 _.arm.* 13 _.arm64.* 14 _.i386.* 15 _.powerpc.* 16 _.riscv.* 17 GPATH 18 GRTAGS 19 GTAGS 20 ID 21 cscope.files 22 cscope.in.out 23 cscope.out 24 cscope.po.out 25 compile_commands.json 26 compile_commands.events.json 27 tags 28 .cache 29 .clangd 30 .ccls-cache