HomeFreeBSD

.gitignore: add sys/*/compile

Description

.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

Details

Provenance
lexi_le-fay.orgAuthored on Feb 2 2024, 4:17 PM
impCommitted on Feb 2 2024, 4:20 PM
Parents
rGf4613af424cc: kldxref: Fix maketempfile function's way of finding the root dir
Branches
Unknown
Tags
Unknown