From c4b3955320782abd07b6c35a9514c19be6ab7b2f Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Sat, 7 Oct 2023 14:35:10 -0700 Subject: [PATCH] Added build and .history to .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5292175..6d77704 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ Release/ *.mk libCoreUtils.a CoreUtils.mk +build/ +.history/ \ No newline at end of file