aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-04-21 02:11:30 +0000
committernyamatongwe <devnull@localhost>2002-04-21 02:11:30 +0000
commita00155c07a0df901624f1c782f4336508aa846aa (patch)
tree1191230e6423d299ef949c0b3afd6afb5a3578d8
parent7d1f47bc6c595d1e9ca6eb5359583d2184d782ea (diff)
downloadscintilla-mirror-a00155c07a0df901624f1c782f4336508aa846aa.tar.gz
Stopped reporting of files deleted by piping to NUL:.
-rwxr-xr-xdelbin.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/delbin.bat b/delbin.bat
index b8e9ae7c5..47bb8a760 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 *.pdb *.plg *.res *.sbr *.tds
+del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.lib *.map *.ncb *.obj *.o *.opt *.pdb *.plg *.res *.sbr *.tds >NUL: