diff options
| author | nyamatongwe <devnull@localhost> | 2002-07-20 10:55:39 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-07-20 10:55:39 +0000 |
| commit | 8ae897b847a44d0115402f0b1dde28cd03cedac8 (patch) | |
| tree | 99c090da7a6b289697662e863ebf455d8d530044 /delbin.bat | |
| parent | 2ceb10dea857a2e2ba84a2f0d2ec3af0edc6290e (diff) | |
| download | scintilla-mirror-8ae897b847a44d0115402f0b1dde28cd03cedac8.tar.gz | |
Added export libraries, *.exp, to list of unwanted temporary files.
Diffstat (limited to 'delbin.bat')
| -rwxr-xr-x | delbin.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/delbin.bat b/delbin.bat index 47bb8a760..8d6b642e8 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 >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 >NUL: |
