From 3ba50cefe84236324ee48000071db736d9a6eb42 Mon Sep 17 00:00:00 2001 From: rm-dr <96270320+rm-dr@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:59:38 -0700 Subject: [PATCH] Modify gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 00d35f46..7f0f313f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,16 @@ +# Build files /cross /docs/book/* /target + +# Tests /tests/plain.fmt /tests/00*00-latex-*.fmt /tests/*-plain-*.fmt /tests/xenia/paper.pdf + +# Tectonic bundles +*.ttb + +# Misc +*.ignore \ No newline at end of file