1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

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
.gitignore vendored
View File

@@ -69,4 +69,5 @@ sonar-project.properties
config
# Misc
code/common/src/config.h
tmp

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