From 01125bb43ae2befba4b57db8289d18db50fc0286 Mon Sep 17 00:00:00 2001 From: Salvatore Gentile Date: Mon, 2 Oct 2017 13:51:44 +0200 Subject: [PATCH] Update .gitignore Added Windows.gitignore. --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore index 606ed1c..3b4e834 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,26 @@ _autosave-* # Exported BOM files *.xml *.csv + +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk