Skip to content

Commit 93a25ac

Browse files
llfwbsdimp
authored andcommitted
.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: #1082
1 parent f4613af commit 93a25ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ tags
2828
.cache
2929
.clangd
3030
.ccls-cache
31+
sys/*/compile

0 commit comments

Comments
 (0)