From f48a4dde6e49fdf790642e7b49a6994a215455a8 Mon Sep 17 00:00:00 2001 From: wxinix Date: Wed, 6 Oct 2021 12:11:02 -0400 Subject: [PATCH] Added *.lib to .gitignore. *.lib files are generated during the installation process and should be ignored. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fc5bc1e6..b1026ee6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ *.ppu *.rsj *.compiled +*.lib # Generated source # ###################