Update .gitignore

This commit is contained in:
Turo Lamminen
2024-04-23 20:23:03 +03:00
parent 613f870b6f
commit c14684b774
+3 -1
View File
@@ -1,8 +1,10 @@
*.o *.o
*.obj *.obj
*.exe
*.DS_Store *.DS_Store
*.log *.log
*.user *.user
*~
.vs/ .vs/
Debug/ Debug/
Release/ Release/