diff options
author | nyamatongwe <devnull@localhost> | 2002-04-21 02:11:30 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-04-21 02:11:30 +0000 |
commit | a00155c07a0df901624f1c782f4336508aa846aa (patch) | |
tree | 1191230e6423d299ef949c0b3afd6afb5a3578d8 | |
parent | 7d1f47bc6c595d1e9ca6eb5359583d2184d782ea (diff) | |
download | scintilla-mirror-a00155c07a0df901624f1c782f4336508aa846aa.tar.gz |
Stopped reporting of files deleted by piping to NUL:.
-rwxr-xr-x | delbin.bat | 2 |
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: |