mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix remove placeholder files
This commit is contained in:
parent
71037560d4
commit
433c645c20
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ del /S /Q "%BinDir%\*.pyc"
|
|||
:: Remove all Compiled HTML Help (.chm)
|
||||
del /S /Q "%BinDir%\*.chm"
|
||||
:: Remove all empty text files (they are placeholders for git)
|
||||
del /S /Q "%BinDir%\empty.*"
|
||||
del /S /Q "%BinDir%\..\empty.*"
|
||||
|
||||
:: Delete Unused Docs and Modules
|
||||
If Exist "%BinDir%\Doc" rd /S /Q "%BinDir%\Doc"
|
||||
|
|
Loading…
Add table
Reference in a new issue