WIP: More progress on setting grime back up.

This commit is contained in:
2025-10-16 14:15:26 -04:00
parent 3958fac3e0
commit b4f0806d1b
14 changed files with 358 additions and 61 deletions

24
.gitignore vendored
View File

@@ -8,17 +8,21 @@ build/**
# folders
assets/TX-02-1WN9N6Q8
thirdparty/harfbuzz/**
thirdparty/ini/**
thirdparty/sokol/**
thirdparty/sokol-tools/**
!**/sokol/app/**
!**/sokol/gfx/**
thirdparty/harfbuzz/*
!thirdparty/harfbuzz/harfbuzz.odin
thirdparty/ini/*
thirdparty/sokol/*
!thirdparty/sokol/app/
!thirdparty/sokol/gfx/
!thirdparty/sokol/gp/
thirdparty/sokol-tools/*
thirdparty/stb/*
!thirdparty/stb/truetype/stb_truetype.odin
toolchain/**
!**/Odin/base/**
!**/Odin/core/**
!**/Odin/vendor/**
toolchain/Odin/*
!toolchain/Odin/base
!toolchain/Odin/core
!toolchain/Odin/vendor
# logs
logs