From 3e139a5d748bc50667c933c1c5c9e0f026a4b684 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 27 Sep 2020 18:44:35 -0500 Subject: Don't track any PDFs other than the ones in TeX_Output directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 919bcbf..fd88519 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,8 @@ # these rules might exclude image files for figures etc. # *.ps # *.eps -# *.pdf +**.pdf +!/TeX_Output/*.pdf ## Generated if empty string is given at "Please type another file name for output:" .pdf -- cgit v1.2.3