From f5c221fb8daf6248200e3f434627579f733da6c3 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