From e696d1040a200a47dc7efc21653e582653d1f6ee Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Fri, 29 May 2020 13:01:13 -0400 Subject: Ignore binaries and benchmark outputs --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..353ab60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Ignore benchmark results +*.txt + +# Ignore DIS benchmarks +**/field +**/matrix +**/neighborhood +**/pointer +**/transitive +**/update + +# Ignore Tacle Benchmarks +**/bin/ -- cgit v1.2.2