Skip to content

Commit

Permalink
del /f /q /s *.idx will delete the pacl-xxxx.idx file in .git directo…
Browse files Browse the repository at this point in the history
…ry. (#214)
  • Loading branch information
sighingnow authored Feb 5, 2018
1 parent d11e7fd commit 4439e33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions msmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ goto end
::======================================
:clean
echo 删除编译临时文件
del /f /q /s *.log *.glo *.idx *.ilg *.lof *.ind *.out *.thm *.toc *.lot *.loe *.out.bak *.blg *.synctex.gz
del /f /q /s *.log *.glo *.ilg *.lof *.ind *.out *.thm *.toc *.lot *.loe *.out.bak *.blg *.synctex.gz
del /f /q *.idx
del /f /s *.dvi *.ps
if {%2}=={more} (goto cleanmore)
if {%2}=={empty} (goto cleanempty)
Expand Down Expand Up @@ -106,4 +107,4 @@ goto end
::======================================
:: 结束符,无任何具体意义
::======================================
:end
:end

0 comments on commit 4439e33

Please sign in to comment.