From: Eric Haszlakiewicz Date: Mon, 11 May 2020 01:24:46 +0000 (+0000) Subject: Ignore the bench/work and bench/data directories. X-Git-Tag: json-c-0.15-20200726~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=199c52e2db064e8ea7c03d81261403efc3e29960;p=json-c Ignore the bench/work and bench/data directories. --- 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