Skip to content

Commit 80d0a65

Browse files
committedMar 1, 2025
.gitignore
1 parent 0bbc197 commit 80d0a65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
# zig build artifacts
12
.zig-cache/
23
zig-out/
34

5+
# benchmark build artifacts
6+
bench/bench-httparse/target/
7+
bench/picohttpparser/picohttpparser
8+
9+
# some unstable testing stuff
410
src/simd

0 commit comments

Comments
 (0)
Please sign in to comment.