7726a3da36
redox.patch is 556MB, exceeding GitHub's 100MB file size limit. Split into 7 chunks of ~90MB each under local/patches/base/redox-patch-chunks/. Reassembly script: local/patches/base/reassemble-redox-patch.sh. Added redox.patch to .gitignore to prevent future push failures.
97 lines
2.2 KiB
Plaintext
97 lines
2.2 KiB
Plaintext
/build/
|
|
/prefix/
|
|
**/my_*
|
|
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
.devcontainer/
|
|
|
|
/repo
|
|
/web
|
|
/cookbook.toml
|
|
|
|
# Nested recipe debris from prior build-system layouts (4.2GB+ of duplicates)
|
|
recipes/recipes/
|
|
|
|
# Fetched source trees in mainline recipes (not our code in local/)
|
|
# Matches recipes/<category>/<name>/source/ but NOT local/recipes/*/source/
|
|
recipes/**/source
|
|
recipes/**/source.tmp
|
|
recipes/**/source-new
|
|
recipes/**/source-old
|
|
recipes/**/source.tar
|
|
recipes/**/source.tar.tmp
|
|
recipes/**/source.pre-preservation-test/
|
|
|
|
# Build artifacts — target/ dirs are everywhere
|
|
target
|
|
wget-log
|
|
/sysroot/
|
|
local/docs/*.log
|
|
local/docs/qt6-build-log.txt
|
|
|
|
# Explicitly track our OWN source code (recipes with path="source" where we wrote the code)
|
|
# Only recipes under these categories contain our hand-written source:
|
|
!local/recipes/branding/**/source/
|
|
!local/recipes/branding/**/source/**
|
|
!local/recipes/core/**/source/
|
|
!local/recipes/core/**/source/**
|
|
!local/recipes/drivers/**/source/
|
|
!local/recipes/drivers/**/source/**
|
|
!local/recipes/gpu/**/source/
|
|
!local/recipes/gpu/**/source/**
|
|
!local/recipes/system/**/source/
|
|
!local/recipes/system/**/source/**
|
|
!local/recipes/wayland/**/source/
|
|
!local/recipes/wayland/**/source/**
|
|
!local/recipes/kde/**/source/
|
|
!local/recipes/kde/**/source/**
|
|
|
|
# But not fetched tarballs or build artifacts inside local/
|
|
local/recipes/**/source.tar
|
|
local/recipes/**/source.tar.tmp
|
|
local/recipes/**/target/
|
|
local/recipes/**/build/
|
|
|
|
# Fetched vendor source trees in local/recipes (not our code, just ports)
|
|
local/recipes/tui/*/source/
|
|
|
|
# Vendor source trees (fetched, not our code)
|
|
**/amdgpu-source/
|
|
|
|
# Linux firmware tree (fetched, not our code — huge)
|
|
local/recipes/system/redbear-firmware/source.tmp/
|
|
|
|
# Compiled objects
|
|
*.o
|
|
*.so
|
|
|
|
*.bin
|
|
*.fw
|
|
local/firmware/
|
|
*.lock
|
|
|
|
# Internal tooling
|
|
.sisyphus/
|
|
TASK_COMPLETION_SUMMARY.md
|
|
__pycache__/
|
|
extra.img: 1073741824 bytes
|
|
extra.img
|
|
local/cache/pkgar/
|
|
|
|
# Red Bear git-tracked build cache (survives make clean)
|
|
!local/cache/pkgar/
|
|
!local/cache/pkgar/**
|
|
Packages/redbear-firmware.pkgar
|
|
packages/
|
|
sources/x86_64-unknown-redox/
|
|
sources/*.tar.gz
|
|
local/linux-kernel-cache/
|
|
local/recipes/kde/kwin/**
|
|
!local/recipes/kde/kwin/recipe.toml
|
|
!local/recipes/kde/kwin/README.md
|
|
Packages/*.pkgar
|
|
local/cache/pkgar/
|
|
local/patches/base/redox.patch
|