facf0c92e0
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.
42 lines
387 B
Plaintext
42 lines
387 B
Plaintext
# local binary (Makefile)
|
|
zstd
|
|
zstd32
|
|
zstd4
|
|
zstd-compress
|
|
zstd-decompress
|
|
zstd-frugal
|
|
zstd-small
|
|
zstd-nolegacy
|
|
zstd-dictBuilder
|
|
zstd-dll
|
|
zstd_arm64
|
|
zstd_x64
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
default.profraw
|
|
have_zlib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Default result files
|
|
dictionary
|
|
grillResults.txt
|
|
_*
|
|
tmp*
|
|
*.zst
|
|
result
|
|
out
|
|
|
|
# fuzzer
|
|
afl
|
|
|
|
# Misc files
|
|
*.bat
|
|
!windres/generate_res.bat
|
|
dirTest*
|