From 76578e99d3e6f68959688afcf46a080eaa53a693 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 14 Jul 2024 17:22:27 +0200 Subject: [PATCH] feat(repo): Add gitignores for elsevier output --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 4445544..c3790af 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,13 @@ /03-documentation/library /04-outputs +# Elsevier journal target: +# Ignore bibliography style, spl (for natbib?) and latex class +# since they don't get deleted after compilation +/*.spl +/*.bst +/*.cls + # Created by https://www.toptal.com/developers/gitignore/api/-f,python,linux,vim,quarto,markdown,jupyternotebooks # Edit at https://www.toptal.com/developers/gitignore?templates=-f,python,linux,vim,quarto,markdown,jupyternotebooks