From 7d601092bfad9675c2c62f3b5530e8416176f7e6 Mon Sep 17 00:00:00 2001 From: Ulrike Kuhl Date: Mon, 21 Feb 2022 13:52:10 +0100 Subject: [PATCH] Update list of ignored file types in .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3916c7a..098fa46 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ __pycache__ *.blg *.pdf *.synctex.gz -.DS_Store \ No newline at end of file +*.Rhistory +*.DS_store