From 5edf0db90bf35bcafb844503840b29d8583a49b6 Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Fri, 5 Dec 2025 13:47:35 +0100 Subject: [PATCH] add IVAS_cod_fmtsw to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9dcfcdcf8..31c3b4576 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