Fix .gitignore

- Remove all-encompassing `benchmark`
- Add exception for `core:simd/x86`
This commit is contained in:
Feoramund
2024-08-10 15:16:12 -04:00
parent 6918d8aaa6
commit afbdc78f85

2
.gitignore vendored
View File

@@ -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*/