From a92950182a39b57a10c86a1f65df46b847d8e5a9 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Mon, 19 Feb 2024 19:31:15 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d81d7fb..a935189 100644 --- a/.gitignore +++ b/.gitignore @@ -180,4 +180,7 @@ cython_debug/ rendercv_output/ # Include reference files -!/tests/auxiliary_files/**/* \ No newline at end of file +!/tests/auxiliary_files/**/*.pdf +!/tests/auxiliary_files/**/*.tex +!/tests/auxiliary_files/**/*.md +!/tests/auxiliary_files/**/*.html \ No newline at end of file