Created
February 13, 2015 02:14
-
-
Save hymkor/0cfb215ccccd102117bc to your computer and use it in GitHub Desktop.
開発中のゴミを削除するバッチファイル
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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