From ef73cec136de6ad09e3df0a535096a74dac2975d Mon Sep 17 00:00:00 2001 From: Aaron Blakely Date: Tue, 13 Feb 2024 01:24:11 -0600 Subject: [PATCH] updated .gitignore --- .gitignore | 3 ++- mods/hello/.t.bat.un~ | Bin 4799 -> 0 bytes mods/hello/t.bat~ | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100755 mods/hello/.t.bat.un~ delete mode 100755 mods/hello/t.bat~ 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 493f3e619629540a9c32f438cee03b87f62b51c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4799 zcmeI0&r94u6vwmck7`fVi@jKe#ds9?jImt z`%m;JJ+&Z$(37C(%~PR0Sbg6~-a4$U_-k(SWnU(FlbuQ4hnKv}T(q$}8<&$)C%?Y^ zJNS9{ci{4%Ffm=5`S9j+p+5HQ==<==*OU0|=YGd=y2!?56t4@vT&V~@*{r|wy!q8o z%EViiQlxuHbxn|)eo-9A&E;@@tD4k38C69#NFTL1vX^8KS~e%#pKNPKZ_Zi#fnHKR zZPYgH${bfDHI#OO-F?mog!`qB3WwwTdQAf({B2|kNwJ|2v5)6PAACv{5l6yQONc({ zh%iq(8889ESRjS}K21qvp5vHBHF!k2Lx+ttfGK`lt!g1FfDrDdQs#Ci(2HOLl z1*b*E$S#4~YXt`!O$;sIn%r>03+2Bb#5H~ZkiC!$H%|-aK)4BrSGmM@}UQpES-F22PF zSG2CztY*QIzdUgh$Zh!WRchHH2u4M0|LAOyRxIT1(^eR=iV941fj1Zr!fEptQ7|c5 h!^tbgxtrH0&j-e(+p9=!b*ZKbWA}bbNyWz5mupga2B`o5 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