WIP: More progress on setting grime back up.
This commit is contained in:
24
.gitignore
vendored
24
.gitignore
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user