From a2e932c56f998a586dec311048e6ac30a2a51b84 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Thu, 16 Jan 2025 11:10:53 +0100 Subject: [PATCH] adds build to gitignore --- benchmarks/dhrystone/.gitignore | 1 + hello-world/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/benchmarks/dhrystone/.gitignore b/benchmarks/dhrystone/.gitignore index f8028c7..a3f9bbf 100644 --- a/benchmarks/dhrystone/.gitignore +++ b/benchmarks/dhrystone/.gitignore @@ -1,2 +1,3 @@ dhrystone /dhrystone.dis +build/ \ No newline at end of file diff --git a/hello-world/.gitignore b/hello-world/.gitignore index 35be72e..c3f0253 100644 --- a/hello-world/.gitignore +++ b/hello-world/.gitignore @@ -1,2 +1,3 @@ /hello /hello.dis +build/ \ No newline at end of file