mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
.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
This commit is contained in:
parent
f4613af424
commit
93a25ac9f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ tags
|
||||
.cache
|
||||
.clangd
|
||||
.ccls-cache
|
||||
sys/*/compile
|
||||
|
Loading…
Reference in New Issue
Block a user