From 9f3758de39ef1d5b591a24868eb683caa742f694 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 2 Feb 2021 09:59:34 +0100 Subject: [PATCH] Added PDFs to gitignore ref #3 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 37345c3..72aa169 100644 --- a/.gitignore +++ b/.gitignore @@ -136,4 +136,5 @@ build /docs lib /oss-attribution -*.tmp \ No newline at end of file +*.tmp +*.pdf \ No newline at end of file