Skip to content

Commit

Permalink
.gitignore: add sys/*/compile
Browse files Browse the repository at this point in the history
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
  • Loading branch information
llfw authored and bsdimp committed Feb 2, 2024
1 parent f4613af commit 93a25ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ tags
.cache
.clangd
.ccls-cache
sys/*/compile

0 comments on commit 93a25ac

Please sign in to comment.