From: kosmirror <kos...@us...> - 2025-06-18 20:30:10
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via c01e1b0511e107bd3d3c22a7facdc4ddc85ecbd4 (commit) from 9e6dc6e35cf72f458c459a2880050dabcc1fef4c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c01e1b0511e107bd3d3c22a7facdc4ddc85ecbd4 Author: QuzarDC <qu...@co...> Date: Tue Jun 10 18:26:51 2025 -0400 Update gitignore to ignore generated `authors.h` ----------------------------------------------------------------------- Summary of changes: kernel/arch/dreamcast/kernel/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/arch/dreamcast/kernel/.gitignore b/kernel/arch/dreamcast/kernel/.gitignore index 989e5ff4..96d28f98 100644 --- a/kernel/arch/dreamcast/kernel/.gitignore +++ b/kernel/arch/dreamcast/kernel/.gitignore @@ -1,2 +1,3 @@ arch_exports.c +authors.h banner.h hooks/post-receive -- A pseudo Operating System for the Dreamcast. |