]> source.dussan.org Git - gitignore.git/commitdiff
Ignore *.xyd outline files generated by xy LaTeX package (#3088)
authorRyan Kavanagh <rak@debian.org>
Sun, 23 Jun 2019 13:15:37 +0000 (09:15 -0400)
committerBrendan Forster <brendan@github.com>
Sun, 23 Jun 2019 13:15:37 +0000 (10:15 -0300)
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.

TeX.gitignore

index bc6245dfcc069309c8b98e401303b22b136c8de7..4a848cd7a87f44f64e5ef0e833b244e309402df0 100644 (file)
@@ -226,8 +226,9 @@ pythontex-files-*/
 # xindy
 *.xdy
 
-# xypic precompiled matrices
+# xypic precompiled matrices and outlines
 *.xyc
+*.xyd
 
 # endfloat
 *.ttt