From 3b59ac75bff4b652b0c1afd8aa325e4352ab6b62 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 10 Jan 2025 17:54:18 -0500 Subject: [PATCH] update ignore for thirdparty --- .gitignore | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1e9b221..7a505e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ -build -# thirdparty -.vscode +.vscode ols.json - -# backend/sokol/render_glyph.odin -# backend/sokol/blit_atlas.odin -# backend/sokol/draw_text.odin +build +thirdparty/freetype +thirdparty/harfbuzz +thirdparty/sokol +thirdparty/sokol-tools