ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
65 lines
1.1 KiB
Plaintext
65 lines
1.1 KiB
Plaintext
/build/
|
|
**/my_*
|
|
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
.devcontainer/
|
|
|
|
/repo
|
|
/web
|
|
/cookbook.toml
|
|
|
|
# Nested recipe debris from prior build-system layouts (4.2GB+ of duplicates)
|
|
recipes/recipes/
|
|
|
|
# Build artifacts — target/ dirs are everywhere
|
|
target
|
|
wget-log
|
|
/sysroot/
|
|
local/docs/*.log
|
|
local/docs/qt6-build-log.txt
|
|
|
|
# Build artifacts inside recipe trees (NOT source code)
|
|
recipes/**/target/
|
|
recipes/**/build/
|
|
recipes/**/source.tmp
|
|
recipes/**/source-new
|
|
recipes/**/source-old
|
|
recipes/**/source.tar
|
|
recipes/**/source.tar.tmp
|
|
recipes/**/source.pre-preservation-test/
|
|
local/recipes/**/target/
|
|
local/recipes/**/build/
|
|
local/recipes/**/source.tar
|
|
local/recipes/**/source.tar.tmp
|
|
|
|
# Compiled objects and firmware blobs
|
|
*.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/
|
|
Packages/*.pkgar
|
|
local/cache/pkgar/
|
|
local/patches/base/redox.patch
|
|
local/reference/
|