diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-11-09 08:30:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 06:30:19 -0700 |
| commit | fcbd54ff8b7851fef42c6d53f224fc111f19838f (patch) | |
| tree | 1c13693e0c22927c78a5bed3d8d999c4485ea5ab /.gitignore | |
| parent | 58d3f26f47cdb9bfa8c9910ee57a44973058b523 (diff) | |
Proper linkage for textures in course display lists (#443)
* Proper linkage for textures in course display lists
* Does not use new_extract_assets. This tool is small and easy to maintain on its own.
* Auto generate the linkonly files
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7951f4314..4f275c70f 100755 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,7 @@ expected/* # Assets. Generally ignored, but ones with "custom" in the name are fine. /bin/* +/courses/**/*linkonly* /textures/**/*.png /textures/**/*.bin /assets/**/.export |
