expand .gitignore.
This commit is contained in:
parent
a654dd802e
commit
dfb7c0c35e
1 changed files with 34 additions and 1 deletions
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -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
|
||||
opendtu-logger
|
||||
|
||||
# OpenDTU reference repository for testing
|
||||
opendtu/
|
||||
|
||||
# Test coverage files
|
||||
coverage.out
|
||||
coverage.html
|
Loading…
Add table
Add a link
Reference in a new issue