# Committed build outputs of scripts/generate_bundle.sh. They are deterministic
# functions of the compiler source, so a textual diff or a three-way merge of
# them carries no information — the correct content after any merge is what
# regenerating from the merged sources produces, never either side.
#
# `-diff` keeps a 13MB single-line bundle out of diffs and makes a conflict a
# whole-file one instead of thousands of interleaved markers.
# `linguist-generated` keeps them collapsed in review.
#
# To resolve a conflict in these: bash scripts/resolve_generated_conflicts.sh
lib/@vibe/compiler/compiler_sources_bundle.vibe        -diff linguist-generated
lib/@vibe/compiler/cli_adapter_bundle.vibe             -diff linguist-generated
lib/@vibe/compiler/selfbuild_runtime_entry_bundle.vibe -diff linguist-generated
lib/@vibe/compiler/_cli_adapter_module_source.vibe     -diff linguist-generated
lib/@vibe/compiler/cache/codegen_fingerprint.vibe      -diff linguist-generated
