From 6cf82549e9db08145141cbefd4e2bb4f698f9f11 Mon Sep 17 00:00:00 2001 From: Conrad Zelck <git@simpel.cc> Date: Wed, 4 Dec 2019 23:52:12 +0100 Subject: [PATCH] add Thumbs.db to .gitignore Signed-off-by: Conrad Zelck <git@simpel.cc> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c9cca4d..dfbfe7f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ *_stripped.au3 __Stripped BAK +Thumbs.db #Except - example: !/ReleaseNotes_Eingabe.txt -- GitLab