Skip to content

Instantly share code, notes, and snippets.

@hymkor
Created February 13, 2015 02:14
Show Gist options
  • Save hymkor/0cfb215ccccd102117bc to your computer and use it in GitHub Desktop.
Save hymkor/0cfb215ccccd102117bc to your computer and use it in GitHub Desktop.
開発中のゴミを削除するバッチファイル
if exist "%TEMP%\Debug" del "%TEMP%\Debug\*.log"
if exist .git\rebase-merge rmdir /s .git\rebase-merge
for /R . %%I in (*~ svn-commit*.tmp *.orig *.stackdump) do del "%%I"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment