diff options
author | Neil <nyamatongwe@gmail.com> | 2022-10-27 09:40:53 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-10-27 09:40:53 +1100 |
commit | 45a9dc5dae02f2ebf183bfcd22687e41cd2bddd7 (patch) | |
tree | 281ad0047dc7da8d2e2206a5ea72a9faad71a8de | |
parent | 94b8ef8f3f10fb70cc3beae3cb724de5009ced6a (diff) | |
download | scintilla-mirror-45a9dc5dae02f2ebf183bfcd22687e41cd2bddd7.tar.gz |
Restore *.plist that were removed in last commit as they are needed for macOS.
-rwxr-xr-x | delbin.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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: |