29 lines
281 B
Plaintext
29 lines
281 B
Plaintext
# Build artifacts
|
|
output/
|
|
build/cache/
|
|
build/rootfs-work/
|
|
|
|
# Generated files
|
|
*.iso
|
|
*.img
|
|
*.gz
|
|
*.squashfs
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Go
|
|
update/update-agent
|
|
cloud-init/cloud-init-parser
|
|
|
|
# Local docs (not tracked)
|
|
TINYCORE-MODIFICATIONS.md
|