Files
RedBear-OS/.gitignore
T
vasilito 17e5852919 build: Packages/ directory with 91 pkgar files + auto-sync script
Packages/ is the canonical binary package repository for Red Bear OS.
Contains stage.pkgar copies of all built packages (91 files).

New scripts:
- local/scripts/sync-packages.sh: syncs built pkgar → Packages/
- make packages-sync: run sync
- make packages-list: list package count

Future: cache-auto will auto-sync to Packages/ after each build.
2026-04-28 12:54:31 +01:00

85 lines
1.9 KiB
Plaintext

/build/
/prefix/
.config
**/my_*
.idea/
.vs/
.vscode/
.devcontainer/
/repo
/web
/cookbook.toml
# 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