updated gitignore

This commit is contained in:
Phuntsok Drak-pa 2019-09-03 16:35:33 +02:00
parent 7e12d3d892
commit b3bc44201c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env fish
set delfname "*.pdf" "*.tex" "*.aux" "*.log" "*.toc" "*.out" "*.html" "*.lol" "*.lot"
set deldname "auto" "_minted*"
set deldname "auto" "_minted*" "svg-inkscape"
for f in $delfname
find -type f -name $f -delete
end