From 03f04a974876e7aac0ebc1b3c00fc90f27542b5c Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Thu, 23 Sep 2021 01:06:52 -0500 Subject: 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. --- .gitignore | 2 +- Hallsby_Karl.pdf | Bin 0 -> 163588 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Hallsby_Karl.pdf diff --git a/.gitignore b/.gitignore index fd88519..67e584f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Hallsby_Karl.pdf b/Hallsby_Karl.pdf new file mode 100644 index 0000000..e65a435 Binary files /dev/null and b/Hallsby_Karl.pdf differ -- cgit v1.2.3