From: Lawrence S. <ljs...@us...> - 2020-09-23 02:38:31
|
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 166ac5706d78617f45eb7601bfef2277708a1653 (commit) from 65d7af35aae0b331591bbb0dc724217485a880ed (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 166ac5706d78617f45eb7601bfef2277708a1653 Author: Lawrence Sebald <ljs...@us...> Date: Tue Sep 22 22:38:02 2020 -0400 Add banner.h to the .gitignore. ----------------------------------------------------------------------- Summary of changes: .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9ade36..8f23fd5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,10 +12,10 @@ romdisk.img kernel/stubs/*.c kernel/exports/kernel_exports.c kernel/arch/dreamcast/kernel/arch_exports.c +kernel/arch/dreamcast/kernel/banner.h lib/dreamcast/*.a addons/lib/dreamcast/*.a utils/bincnv/bincnv -utils/gba-crcfix/gba-crcfix utils/genromfs/genromfs utils/vqenc/vqenc utils/wav2adpcm/wav2adpcm hooks/post-receive -- A pseudo Operating System for the Dreamcast. |