From c612471082d7d80b36fb23c93f7d4459a18d7456 Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Sat, 21 Sep 2019 13:43:29 +0200 Subject: [PATCH] Added *.swp and *.sic files to ignore. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 876f015..a9ef407 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,7 @@ TSWLatexianTemp* # expex forward references with \gathertags *-tags.tex + +# any other stuff +*.swp +*.sic