From c52d058642bb908ed1169605e35f40966600409e Mon Sep 17 00:00:00 2001 From: SteveMcNeill Date: Fri, 22 Apr 2022 09:47:52 -0400 Subject: [PATCH] Add the exceptions back to gitignore Should generally ignore the temp and help folders, but they *do* need to exist in the repo to keep things working properly. ;) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 72c5a4901..b786cf1ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ internal/c/c_compiler - +internal/temp* *.o *.a *.exe *.bas internal/config*.txt internal/config.ini - +internal/help internal/version.txt tempfoldersearch.bin internal/c/mingw32