From 45a9dc5dae02f2ebf183bfcd22687e41cd2bddd7 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 27 Oct 2022 09:40:53 +1100 Subject: Restore *.plist that were removed in last commit as they are needed for macOS. --- delbin.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delbin.bat b/delbin.bat index 8c3d5550b..05e953377 100755 --- a/delbin.bat +++ b/delbin.bat @@ -1 +1 @@ -@del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.lib *.map *.ncb *.obj *.o *.opt *.ipdb *.pdb *.plg *.res *.sbr *.tds *.exp *.tlog *.lastbuildstate *.plist >NUL: +@del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.lib *.map *.ncb *.obj *.o *.opt *.ipdb *.pdb *.plg *.res *.sbr *.tds *.exp *.tlog *.lastbuildstate >NUL: -- cgit v1.2.3