expand .gitignore.

This commit is contained in:
Pieter Hollander 2025-10-04 00:40:38 +02:00
parent a654dd802e
commit dfb7c0c35e
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

33
.gitignore vendored
View file

@ -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
@ -73,3 +99,10 @@ docs
# Don't include compiled binary
main
opendtu-logger
# OpenDTU reference repository for testing
opendtu/
# Test coverage files
coverage.out
coverage.html