Add build files to gitignore and latexmk clean_ext

This commit is contained in:
Anton Mosich 2022-06-09 10:28:58 +02:00
parent e60e82d20f
commit e26ea018a9
Signed by: Flugschwein
GPG Key ID: 9303E1C32E3A14A0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ tags
*.dat
*.script
*.table
*.thm

View File

@ -1,3 +1,3 @@
$pdf_mode = 1;
$pdflatex = 'pdflatex --shell-escape';
$clean_ext = 'dat table script';
$clean_ext = '%R_contourtmp0.dat %R_contourtmp0.table %R_contourtmp0.script thm';