mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 07:00:25 +00:00
81d0fecf7e
Signed-off-by: dusan <borovcanindusan1@gmail.com>
27 lines
191 B
Plaintext
27 lines
191 B
Plaintext
# Build artifacts
|
|
/build/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test artifacts
|
|
*.test
|
|
*.out
|
|
coverage.html
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.log
|