We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbc197 commit 80d0a65Copy full SHA for 80d0a65
.gitignore
@@ -1,4 +1,10 @@
1
+# zig build artifacts
2
.zig-cache/
3
zig-out/
4
5
+# benchmark build artifacts
6
+bench/bench-httparse/target/
7
+bench/picohttpparser/picohttpparser
8
+
9
+# some unstable testing stuff
10
src/simd
0 commit comments