diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-09-27 18:44:35 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-09-27 18:44:35 -0500 |
commit | 3e139a5d748bc50667c933c1c5c9e0f026a4b684 (patch) | |
tree | 3740f986b70d0f856594c8c185d1252952962513 /.gitignore | |
parent | 8377bb623ba448403f6728ac62423068c4c6f90a (diff) |
Don't track any PDFs other than the ones in TeX_Output directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |