Some checks failed
CI / markdown-lint (push) Failing after 15s
- Added comprehensive hardware research documentation - Created bootloader analysis and driver compatibility research - Set up development environment with cross-compilation tools - Created Q20-specific device tree (simplified version) - Added kernel build scripts and configuration - Set up CI/CD pipeline with Gitea Actions - Added .gitignore for build artifacts
25 lines
237 B
Plaintext
25 lines
237 B
Plaintext
# Kernel source (large external repository)
|
|
kernel-source/
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.ko
|
|
*.dtb
|
|
*.dtbo
|
|
zImage
|
|
initramfs.img
|
|
boot.img
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.swp
|
|
*~
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db |