From b63b1f778a22a9ff47453cc774579c0ddb70d5e9 Mon Sep 17 00:00:00 2001 From: MarcUs7i Date: Wed, 26 Mar 2025 19:12:06 +0100 Subject: [PATCH] Updated .gitignore to ignore test bin --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 62ead12..1258f8d 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ Temporary Items .apdisk # End of https://www.gitignore.io/api/c++,macos,linux +test_doubly_linked_list_with_iterator \ No newline at end of file