aboutsummaryrefslogtreecommitdiffstats
path: root/TeX.gitignore
diff options
context:
space:
mode:
authordopefishh <mart@martlubbers.net>2016-01-03 13:28:45 +0100
committerdopefishh <mart@martlubbers.net>2016-01-03 13:28:45 +0100
commit3e9a2d98e256b87102e73011c16b13c721bc57fe (patch)
tree1dd72a6aefb186aa8aed84e39bceca2a4ff15b3c /TeX.gitignore
parentfceac113a3a20e00718d6317e468eec27f6e2d99 (diff)
downloadgitignore-3e9a2d98e256b87102e73011c16b13c721bc57fe.tar.gz
gitignore-3e9a2d98e256b87102e73011c16b13c721bc57fe.zip
Add TeX precompiled preamble and xypic
A precompiled header(`latex -ini`) compiled creates a `.fmt` file. To speed up xypic's drawing, precompiled matrices are created with the `\CompileMatrices` entry in the preamble. This creates `*.xyc` files.
Diffstat (limited to 'TeX.gitignore')
-rw-r--r--TeX.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/TeX.gitignore b/TeX.gitignore
index b04dbd0e..06f59b3f 100644
--- a/TeX.gitignore
+++ b/TeX.gitignore
@@ -6,6 +6,7 @@
*.fls
*.out
*.toc
+*.fmt
## Intermediate documents:
*.dvi
@@ -143,6 +144,9 @@ pythontex-files-*/
# xindy
*.xdy
+# xypic precompiled matrices
+*.xyc
+
# WinEdt
*.bak
*.sav