Skip to content

Commit 4439e33

Browse files
authored
del /f /q /s *.idx will delete the pacl-xxxx.idx file in .git directory. (#214)
1 parent d11e7fd commit 4439e33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

msmake.bat

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ goto end
5959
::======================================
6060
:clean
6161
echo 删除编译临时文件
62-
del /f /q /s *.log *.glo *.idx *.ilg *.lof *.ind *.out *.thm *.toc *.lot *.loe *.out.bak *.blg *.synctex.gz
62+
del /f /q /s *.log *.glo *.ilg *.lof *.ind *.out *.thm *.toc *.lot *.loe *.out.bak *.blg *.synctex.gz
63+
del /f /q *.idx
6364
del /f /s *.dvi *.ps
6465
if {%2}=={more} (goto cleanmore)
6566
if {%2}=={empty} (goto cleanempty)
@@ -106,4 +107,4 @@ goto end
106107
::======================================
107108
:: 结束符,无任何具体意义
108109
::======================================
109-
:end
110+
:end

0 commit comments

Comments
 (0)