From a6c40c69d026a2261fcc3ca0db74c9cec29d850d Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Fri, 5 Dec 2025 13:44:53 +0100 Subject: [PATCH] add IVAS_cod_fmtsw to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9097b50575..1834aa3c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # Compiler output Unix IVAS_cod +IVAS_cod_fmtsw IVAS_dec IVAS_rend ISAR_post_rend @@ -16,6 +17,7 @@ build*/**/* # Compiler output VS2017 IVAS_cod.exe +IVAS_cod_fmtsw.exe IVAS_dec.exe IVAS_rend.exe ISAR_post_rend.exe -- GitLab