aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-23 15:51:30 +0200
committerAndreas Grois <andi@grois.info>2022-10-23 15:51:30 +0200
commitcb219708923df26e0efc0ce172e1be7414287fe2 (patch)
tree7d4b8e42df9a6f2847687247fdb2bc4b6b2dad29 /.gitignore
parente17a38b1c44215911c1a84d94413e7f486edcaa3 (diff)
Fix benchmark errors.
20 bytes worst case was using 16 bytes. 32 bytes full division was producing a leading zero.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 89e1cba..52d546c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/.vscode
/target
/Cargo.lock
*~