- Complete automated build script for Redmi Note 13 Pro 5G (garnet) - Sukisu Ultra (KernelSU fork) integration with susfs-main branch - SUSFS root hiding filesystem support - AnyKernel3 flashable ZIP creation - Multi-distro dependency checking (Arch/Debian/Ubuntu) - Comprehensive error handling and verification - Advanced kernel configurations for KPM, KALLSYMS, security features
53 lines
452 B
Plaintext
53 lines
452 B
Plaintext
# Build directories
|
|
garnet_kernel_build/
|
|
build/
|
|
out/
|
|
output/
|
|
|
|
# Build artifacts
|
|
*.zip
|
|
*.img
|
|
*.dtb
|
|
*.ko
|
|
*.o
|
|
*.log
|
|
|
|
# Kernel build files
|
|
.config
|
|
.config.old
|
|
System.map
|
|
vmlinux
|
|
*.cmd
|
|
.tmp_versions/
|
|
modules.builtin
|
|
modules.order
|
|
|
|
# Temporary files
|
|
*~
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Android NDK
|
|
android-ndk*/
|
|
ndk-*/
|
|
|
|
# Toolchain
|
|
toolchain/
|
|
prebuilts/
|
|
|
|
# Git
|
|
.git/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup |