From 00f98947786892eaabf60b2e61fad553aee1c36c Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Wed, 12 Jun 2024 14:05:05 +0200 Subject: [PATCH] benchmark: update gitignore for superpi and dhrystone ignore downloaded files for superpi and dhrystone --- benchmarks/dhrystone/.gitignore | 2 ++ benchmarks/superpi/.gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 benchmarks/dhrystone/.gitignore diff --git a/benchmarks/dhrystone/.gitignore b/benchmarks/dhrystone/.gitignore new file mode 100644 index 000000000..33030069c --- /dev/null +++ b/benchmarks/dhrystone/.gitignore @@ -0,0 +1,2 @@ +/dhrystone +/dhrystone.zip diff --git a/benchmarks/superpi/.gitignore b/benchmarks/superpi/.gitignore index 976dcadef..06dd2c632 100644 --- a/benchmarks/superpi/.gitignore +++ b/benchmarks/superpi/.gitignore @@ -1 +1,2 @@ /superpi +/main.zip