Skip to content

Instantly share code, notes, and snippets.

@baiyanhuang
Created June 17, 2012 02:24
Show Gist options
  • Save baiyanhuang/2943195 to your computer and use it in GitHub Desktop.
Save baiyanhuang/2943195 to your computer and use it in GitHub Desktop.
remove all binary files in source folder
echo Clear Mir Baiyan's coding arena!!!
cd ..
del /f /s /q *.obj
del /f /s /q *.pdb
del /f /s /q *.ilk
del /f /s /q *.pch
del /f /s /q *.ib_tag
del /f /s /q *.idb
del /f /s /q *.exe
del /f /s /q *.ncb
del /f /s /q *.dep
del /f /s /q *.suo
del /f /s /q *.res
del /f /s /q *.user
rem del /f /s /q *.lib
rem del /f /s /q *.dll
echo Clear Done!
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment