diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-09-23 01:06:52 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-09-23 01:06:52 -0500 |
commit | 03f04a974876e7aac0ebc1b3c00fc90f27542b5c (patch) | |
tree | 8cc2ff17d37bd8a7e4e9e5c693b61333e1032881 /.gitignore | |
parent | f3f7390f3300365049ce59fb5c118d4f81388578 (diff) |
Allow tracking of my resume PDF for upload
Realistically, this should be removed from the repo, and the PDF
should be generated server-side on an as-needed basis.
Ideally, I would do this through Nix. However, that may not be
reasonable.
In short, I commit the PDF because I do not have CI/CD pipeline set up
for compiling the LaTeX source code to PDF output.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ # *.ps # *.eps **.pdf -!/TeX_Output/*.pdf +!/Hallsby_Karl.pdf ## Generated if empty string is given at "Please type another file name for output:" .pdf |