From afbdc78f858e99542e1958f18a8901696ec3eaac Mon Sep 17 00:00:00 2001 From: Feoramund <161657516+Feoramund@users.noreply.github.com> Date: Sat, 10 Aug 2024 15:16:12 -0400 Subject: [PATCH] Fix `.gitignore` - Remove all-encompassing `benchmark` - Add exception for `core:simd/x86` --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c3c98b72..c67986594 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ [Rr]eleases/ x64/ x86/ +!/core/simd/x86 bld/ [Bb]in/ [Oo]bj/ @@ -31,7 +32,6 @@ tests/documentation/all.odin-doc # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ demo -benchmark # MSTest test Results [Tt]est[Rr]esult*/