shithub: psxe

Download patch

ref: 4f253a961ff2018316c7f280c3d76c85677ab81f
parent: fb42e2b0fb5e14b025d63fc4c1a0da7a9b98941f
author: allkern <aurealinbox@gmail.com>
date: Tue Sep 3 07:17:00 EDT 2024

Added .o to gitignore

--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 *.iso
 *.mcd
 *.rom
+*.o
\ No newline at end of file
--