Update .gitignore

This commit is contained in:
Aoran Zeng 2025-03-07 11:19:11 +08:00
parent 2d75a48c19
commit 4c3d7b9cc1
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

8
.gitignore vendored
View File

@ -1,9 +1,13 @@
.vscode .vscode
*.exe
*.out
*.o *.o
*.obj *.obj
*.a
*.lib
*.so
*.dll
*.out
*.exe
# target exe name # target exe name
chsrc chsrc