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

This commit is contained in:
Christian Giese
2023-03-27 08:38:56 +00:00
parent 786ce94fbe
commit b18e281eae
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 "11.3.0"
#define COMPILER_ID ""
#define COMPILER_VERSION ""
#endif