From b18e281eaeb13852aac5ac4af14b8c44fc306590 Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Mon, 27 Mar 2023 08:38:56 +0000 Subject: [PATCH] add code/common/src/config.h to gitignore --- .gitignore | 1 + code/common/src/config.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 06efe362..c756b38b 100644 --- a/.gitignore +++ b/.gitignore @@ -69,4 +69,5 @@ sonar-project.properties config # Misc +code/common/src/config.h tmp \ No newline at end of file diff --git a/code/common/src/config.h b/code/common/src/config.h index f0bbc3d1..db45178e 100644 --- a/code/common/src/config.h +++ b/code/common/src/config.h @@ -12,7 +12,7 @@ #define GIT_REF "" #define GIT_SHA "" -#define COMPILER_ID "GNU" -#define COMPILER_VERSION "11.3.0" +#define COMPILER_ID "" +#define COMPILER_VERSION "" #endif