From c2e923bceec7ae406beafa9f4ad7bbdc3bd2182a Mon Sep 17 00:00:00 2001 From: fshstk Date: Fri, 30 Sep 2022 14:40:34 +0200 Subject: [PATCH] Ignore build folder This should cover all files generated by the build system... --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7e2626..378eac2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -*.*~ -*.o - +build