From 95df020eeb4f76fc3e52bacfe8017c37ce62ff4c 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 f0009bba..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 "7.5.0" +#define COMPILER_ID "" +#define COMPILER_VERSION "" #endif