From 0c86f66bf3b1ad772aedb34b05b37a57ed79869e Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 9 Oct 2024 20:09:43 +0300 Subject: [PATCH] .gitignore: Ignore *.dbg and *.elf files produced by Cosmo toolchain Issue #666 (bdwgc). --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e800f98e8..c56601b0c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,10 @@ # Binary files (in root dir, cord, tests): *.a +*.dbg *.dll *.dylib +*.elf *.exe *.gcda *.gch