From 030575700b610c8879fc472ec446a89d70296b33 Mon Sep 17 00:00:00 2001 From: Peter Berlich Date: Fri, 4 Oct 2019 12:03:06 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index 32858aa..1eafee2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,23 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +*.tmp + +# Word temporary +~$*.doc* + +# Word Auto Backup File +Backup of *.doc* + +# Excel temporary +~$*.xls* + +# Excel Backup File +*.xlk + +# PowerPoint temporary +~$*.ppt* + +# Visio autosave temporary files +*.~vsd* \ No newline at end of file