mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
93a25ac9f4
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
31 lines
311 B
Text
31 lines
311 B
Text
*.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
|