From dfb7c0c35e6334f82088713803f74ae4b6d3504f Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Sat, 4 Oct 2025 00:40:38 +0200 Subject: [PATCH] expand .gitignore. --- .gitignore | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 431cdac..5425bfa 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,32 @@ Temporary Items # .nfs files are created when an open file is removed but is still being accessed .nfs* +# ---> Windows +# thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + # ---> Go # Binaries for programs and plugins *.exe @@ -72,4 +98,11 @@ docs # Don't include compiled binary main -opendtu-logger \ No newline at end of file +opendtu-logger + +# OpenDTU reference repository for testing +opendtu/ + +# Test coverage files +coverage.out +coverage.html \ No newline at end of file