.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
main
Lexi Winter 2024-02-02 09:17:19 -07:00 committed by Warner Losh
parent f4613af424
commit 93a25ac9f4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ tags
.cache
.clangd
.ccls-cache
sys/*/compile