From d102031156f457afd2bac91ead4c136d943b39e2 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 9 Oct 2023 11:53:31 -0500 Subject: [PATCH] fixing git stuff --- .gitignore | 2 +- .gitmodules | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f5318885..8d826819 100755 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,4 @@ ps.exe #!foo.html # Ignore objects and archives. *.[oa] -*.lnk +*lnk diff --git a/.gitmodules b/.gitmodules index 657e577f..998dc005 100755 --- a/.gitmodules +++ b/.gitmodules @@ -33,3 +33,11 @@ [submodule "vgmtools"] path = "16/vgmtools" url = https://github.com/vgmrips/vgmtools.git + +[submodule "abrash-black-book"] + path = "16/abrash-black-book" + url = https://github.com/jeffpar/abrash-black-book.git + +[submodule "keen4-6"] + path = "16/keen4-6" + url = https://github.com/sparky4/keen4-6.git -- 2.39.2