From 199c52e2db064e8ea7c03d81261403efc3e29960 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Mon, 11 May 2020 01:24:46 +0000 Subject: [PATCH] Ignore the bench/work and bench/data directories. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b791a5d..958ace3 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,7 @@ /libjson-c.a /libjson-c.so /libjson-c.so.* + +# Benchmarking input and output +/bench/data +/bench/work