Files
RedBear-OS/.gitignore
T
vasilito 41330ce78e Add category-based fetch script, fix .gitignore for vendor source
Add local/scripts/fetch-sources.sh for fetching sources by category (core, libs, tools) instead of by config. Fix .gitignore to only track our hand-written source code (branding, core, drivers, gpu, system, wayland, kde categories), excluding fetched vendor source like MC's ported source tree.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-12 20:43:15 +01:00

69 lines
1.5 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
# Build artifacts — target/ dirs are everywhere
target
wget-log
# 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/
# Compiled objects
*.o
*.so
*.bin
*.fw
local/firmware/
*.lock
# Internal tooling
.sisyphus/
TASK_COMPLETION_SUMMARY.md