Skip to content

Commit 7aec8fd

Browse files
ryanakcashiftkey
authored andcommitted
Ignore *.xyd outline files generated by xy LaTeX package (#3088)
The xy package generates *.xyd files whenever the commands \MakeOutlines \OnlyOutlines \ShowOutlines \NoOutlines are present in the LaTeX source. These automatically-generated files contain the dimensions of figures typeset with xy and are recreated as needed. This is documented on pp. 15f. of the XY-pic Reference Manual (1999/02/16). As automatically-generated, temporary files, they should be ignored.
1 parent e447ea2 commit 7aec8fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TeX.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,9 @@ pythontex-files-*/
226226
# xindy
227227
*.xdy
228228

229-
# xypic precompiled matrices
229+
# xypic precompiled matrices and outlines
230230
*.xyc
231+
*.xyd
231232

232233
# endfloat
233234
*.ttt

0 commit comments

Comments
 (0)