updated .gitignore

This commit is contained in:
Aaron Blakely 2024-02-13 01:24:11 -06:00
parent 2f3fa2af69
commit ef73cec136
3 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -4,7 +4,8 @@ Debug
_UpgradeReport_Files
Release
mods/test
.cache
UpgradeLog*.XML
*.so
*.dll

Binary file not shown.

View File

@ -1,2 +0,0 @@
cl /I..\..\lib /LD /EHsc ..\..\include\xbot.lib hello.c
link /DLL /out:..\hello.dll hello.obj ..\..\include\xbot.lib