shithub: moonfish

Download patch

ref: e59885c32ea842ef354d03e3277a8052ba57ef60
parent: ba40d957a856ab2c1ebdde90492f6e9e0485c2a4
author: zamfofex <zamfofex@twdb.moe>
date: Sat Oct 7 11:14:36 EDT 2023

add ‘.gitignore’

--- /dev/null
+++ b/.gitignore
@@ -1,0 +1,11 @@
+*
+!/.gitignore
+!/README.md
+!/makefile
+!/*.c
+!/moonfish.h
+!/convert.py
+!/tools
+!/tools/*.c
+!/net
+!/net/*.c
--