4544f34f2d
Ignore more files generated by toolchains, e.g., `.pico`, etc. Ignore the `.DS_Store` produced by macOS as well because all they provide is additional file metadata that shouldn't be committed to `git`. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D55096
43 lines
458 B
Plaintext
43 lines
458 B
Plaintext
*.a
|
|
*.core
|
|
*.lo
|
|
*.nossppico
|
|
*.o
|
|
*.orig
|
|
*.pico
|
|
*.pieo
|
|
*.po
|
|
# Don't ignore translation files under `contrib/...`.
|
|
!contrib/**/po
|
|
*.rej
|
|
*.so
|
|
*.so.[0-9]*
|
|
*.sw[nop]
|
|
*~
|
|
_.tinderbox.*
|
|
_.universe-toolchain
|
|
_.amd64.*
|
|
_.arm.*
|
|
_.arm64.*
|
|
_.i386.*
|
|
_.powerpc.*
|
|
_.riscv.*
|
|
.*DS_Store
|
|
.depend*
|
|
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
|
|
sys/*/compile
|
|
/src.conf
|