diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-04-13 09:34:11 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-04-13 09:34:11 +1000 |
| commit | 709919116514bc1d7875042ed70ccb3f797ceb0b (patch) | |
| tree | 50269c2f41c47ecda27eb577efa9c0bf8ed096fc | |
| parent | 14c1607adb7afa9782e8dc7c8b23ea7e3ec60a6b (diff) | |
| download | scintilla-mirror-709919116514bc1d7875042ed70ccb3f797ceb0b.tar.gz | |
Backport: Don't show command as its noise when used in larger scripts.
Backport of changeset 6685:c17cd5ee0907.
| -rwxr-xr-x | delbin.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/delbin.bat b/delbin.bat index 6d4e91a3e..60ae6815a 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 *.exp *.tlog >NUL: +@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 *.exp *.tlog >NUL: |
