add code/common/src/config.h to gitignore

This commit is contained in:
Christian Giese
2023-03-27 08:38:56 +00:00
parent 4a3445465c
commit 95df020eeb
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -69,4 +69,5 @@ sonar-project.properties
config
# Misc
code/common/src/config.h
tmp
+2 -2
View File
@@ -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