Skip to content

Commit cba2455

Browse files
committed
Add svg temporary files
The svg package creates two temporary files for each .svg file that is included in the document (one .pdf file and one .pdf_tex file). These are placed into a subfolder called svg-inkscape/ by default.
1 parent 218a941 commit cba2455

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

TeX.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ _minted*
185185
# scrwfile
186186
*.wrt
187187

188+
# svg
189+
svg-inkscape/
190+
188191
# sympy
189192
*.sout
190193
*.sympy

0 commit comments

Comments
 (0)