From ad6b40b657c93ca66a59b41a4a26e60d076bfe7a Mon Sep 17 00:00:00 2001 From: Efe ERKEN <efe.erken@etu.unistra.fr> Date: Tue, 8 Nov 2022 16:49:41 +0100 Subject: [PATCH] :hammer: CONFIG: Add test executable to .gitignore Added test executable file to ignore list. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1fb6741..5d823ab 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,11 @@ *.dll *.dSYM .ds_store +.DS_store .DS_Store .DS_STORE *.exe a.out sokoban +sokoban_test -- GitLab