Files
BeOS/.gitignore
eliott 69200351bd
All checks were successful
CI / build (push) Successful in 18s
CI / kernel-build (push) Successful in 7s
first commit
2026-01-04 12:23:15 +01:00

59 lines
574 B
Plaintext

# Build artifacts
build/
output/
*.iso
*.img
*.tar.gz
*.tar.bz2
*.tar.xz
# Kernel build artifacts
kernel/linux-*/
kernel/.config
kernel/.config.old
# Package build artifacts
packages/*/build/
packages/*/src/
packages/*/pkg/
packages/*/*.pkg.tar.*
# Toolchain
toolchain/
sysroot/
# Temporary files
*.tmp
*.swp
*~
.DS_Store
# IDE files
.vscode/
.idea/
*.code-workspace
# Logs
*.log
logs/
# Cache
.cache/
*.cache
# Docker/Container files
*.container
.docker/
# Test artifacts
test-results/
coverage/
# Environment files
.env
.env.local
# Backup files
*.bak
*.backup