# Keep this repository focused on the CVE PoC source, docs, and small logs. # The full OP-TEE/QEMU workspace is large generated/vendor content. # OP-TEE repo workspace metadata and sub-repo metadata .repo/ .git/ # Third-party source trees and generated build workspaces /SCP-firmware/ /build/ /buildroot/ /hafnium/ /linux/ /linux-arm-ffa-user/ /mbedtls/ /ms-tpm-20-ref/ /optee_client/ /optee_examples/ /optee_ftpm/ /optee_os/ /optee_rust/ /optee_test/ /qemu/ /toolchains/ /trusted-firmware-a/ /trusted-services/ /u-boot/ /xen/ /out-br/ # Build output, except the captured C-01 reproduction logs /out/* !/out/bin/ /out/bin/* !/out/bin/c01_nw.log !/out/bin/c01_sw.log # Heavy/generated artifacts that should not be committed if copied locally *.o *.a *.so *.so.* *.elf *.bin *.img *.iso *.dtb *.dts.tmp *.cpio *.cpio.gz *.uboot *.xz *.gz *.zst *.zip *.tar *.tar.* vmlinux* uImage Image # Local/editor/runtime noise .DS_Store Thumbs.db *.swp *.swo *~ core core.* .env .env.*