From 18b1585116344646e544d6e3a92f3690356026a9 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Fri, 12 Jun 2020 01:41:30 +0000 Subject: Update gitignore with RTSS'20 additions --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 353ab60..af908cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Ignore benchmark results *.txt +*.txt.clean # Ignore DIS benchmarks **/field @@ -11,3 +12,6 @@ # Ignore Tacle Benchmarks **/bin/ + +# Ignore random walk benchmark +**/random_walk -- cgit v1.2.2