diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-02 13:09:36 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-02 13:09:36 -0400 |
commit | fed31013ebfa6b0c5165f015da5b96ce524224eb (patch) | |
tree | b813c642cfca01be245af82cdf1e903fa2de36f8 /bench/.gitignore | |
parent | 9907004a1bb047e0644bf6d180aeb8b6ac23b1bb (diff) | |
parent | 692098fdb922c464949fad7c5b9e36b531ea6f68 (diff) | |
download | bfs-fed31013ebfa6b0c5165f015da5b96ce524224eb.tar.xz |
Merge branch 'benchmarks'
Diffstat (limited to 'bench/.gitignore')
-rw-r--r-- | bench/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bench/.gitignore b/bench/.gitignore new file mode 100644 index 0000000..170d850 --- /dev/null +++ b/bench/.gitignore @@ -0,0 +1,3 @@ +/corpus/ +/results/ +/worktree/ |