From 00a51c7065a654f3e3cc7b69e1480f9bc70e8abe Mon Sep 17 00:00:00 2001 From: Mazet Laurent Date: Thu, 22 May 2025 16:23:54 +0200 Subject: [PATCH] missing git ignore list --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6775da --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.d +*.ld +*.o +*.exe +*.a -- 2.30.2