Skip to content

Commit

Permalink
Update clean.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
kastnerp committed Sep 8, 2024
1 parent 03c8070 commit a080bf6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions clean.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Param(
)

$files_to_delete = @(
"*-blx.bib",
"*.aux",
"*.bak",
"*.bbl",
"*.bcf",
"*.blg",
Expand Down Expand Up @@ -46,10 +46,15 @@ $files_to_delete = @(
"*.syg",
"*.acr",
"*.alg",
"*.spl",
"*.slg",
"*.syi",
"*.acr",
"*.alg",
"*.slg",
"*.syi",
"*.txss",
"*.bak",
"*.log",
"*.sav.tmp",
"*.uhy"
)
Expand Down

0 comments on commit a080bf6

Please sign in to comment.