From 311f022b6638a86f68e4259e0c53ab696db2a539 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 27 Mar 2026 16:17:36 -0400 Subject: [PATCH] ignore pdfs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c6d17f7..5308b3d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,8 @@ *.fls *.synctex.gz *.png -*.pdf # all PDFs are generated, so ignore them all +# all PDFs are generated, so ignore them all +*.pdf result .direnv \ No newline at end of file