From c14684b774af1358aaa69a7448aee114f2204a91 Mon Sep 17 00:00:00 2001 From: Turo Lamminen Date: Tue, 23 Apr 2024 20:23:03 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9f8674..7f39f82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ *.o *.obj +*.exe *.DS_Store *.log *.user +*~ .vs/ Debug/ -Release/ \ No newline at end of file +Release/