aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:21 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:21 +0100
commitbb1fb24290654394cd0a32c3a6b3d98e5131088d (patch)
treeaf926e6132b6e7c4af2d8c3673c331bbdfc33952 /.gitignore
parent4163aaeff0542b1f6b00d31c3d3a61fdbc2dbea5 (diff)
feat(render): drawing with multiple texture arrays
requires faces to be sorted by depth to work properly, which isn't currently happening
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 58a3b01..59d9154 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,7 @@ GitHub.sublime-settings
# Game data. Used for testing, but not sure about license yet
textures/
+
+# Intermediate BSP files.
+*.srf
+*.prt \ No newline at end of file