freebsd-src/.gitignore
Lexi Winter 93a25ac9f4 .gitignore: add sys/*/compile
Files in sys/*/compile are created when compiling the kernel with
config(8).  They are never source files and should never be committed to
source control, so list this entire directory in .gitignore. While not
the official way to build the kernel, it's often useful to debug
sys/conf/files* changes when adding new drivers, etc.

Reviewed by: imp, meena <me igalic co>
Pull Request: https://github.com/freebsd/freebsd-src/pull/1082
2024-02-02 09:20:36 -07:00

32 lines
311 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
sys/*/compile