From f0f1a1a746fa87020bb7b7397d92ba0c60db6fc7 Mon Sep 17 00:00:00 2001 From: Robert Bastian <4706271+robertbastian@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:40:36 +0200 Subject: [PATCH] Fix `.gitignore` (#575) --- example/c/.gitignore | 2 +- example/cpp/.gitignore | 2 +- feature_tests/cpp/tests/.gitignore | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/c/.gitignore b/example/c/.gitignore index cba7efc8e..09229a316 100644 --- a/example/c/.gitignore +++ b/example/c/.gitignore @@ -1 +1 @@ -a.out +*.out* diff --git a/example/cpp/.gitignore b/example/cpp/.gitignore index cba7efc8e..09229a316 100644 --- a/example/cpp/.gitignore +++ b/example/cpp/.gitignore @@ -1 +1 @@ -a.out +*.out* diff --git a/feature_tests/cpp/tests/.gitignore b/feature_tests/cpp/tests/.gitignore index fa929750c..709bec2b6 100644 --- a/feature_tests/cpp/tests/.gitignore +++ b/feature_tests/cpp/tests/.gitignore @@ -1 +1 @@ -*.out \ No newline at end of file +*.out* \ No newline at end of file