diff --git a/.gitignore b/.gitignore index ab0aec0..964321c 100755 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ Debug _UpgradeReport_Files Release mods/test - +.cache +UpgradeLog*.XML *.so *.dll diff --git a/mods/hello/.t.bat.un~ b/mods/hello/.t.bat.un~ deleted file mode 100755 index 493f3e6..0000000 Binary files a/mods/hello/.t.bat.un~ and /dev/null differ diff --git a/mods/hello/t.bat~ b/mods/hello/t.bat~ deleted file mode 100755 index 98d79f1..0000000 --- a/mods/hello/t.bat~ +++ /dev/null @@ -1,2 +0,0 @@ -cl /I..\..\lib /LD /EHsc ..\..\include\xbot.lib hello.c -link /DLL /out:..\hello.dll hello.obj ..\..\include\xbot.lib