37 lines
298 B
Plaintext
37 lines
298 B
Plaintext
# Build artifacts
|
|
*.bin
|
|
*.o
|
|
*.elf
|
|
*.img
|
|
*.iso
|
|
os.bin
|
|
kernel.bin
|
|
bootloader.bin
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.temp
|
|
*.log
|
|
|
|
# Memory dumps
|
|
memdump_*.bin
|
|
*.dump
|
|
|
|
# Docker
|
|
.dockerignore |