Przeglądaj źródła

Merge pull request #1059 from caco3/remove-autogenerated-version-files3

remove autogenerated version files
jomjol 3 lat temu
rodzic
commit
a1691a77cf

+ 1 - 0
.gitignore

@@ -6,6 +6,7 @@
 /code/build
 /sd-card/html/debug/
 /firmware/
+version.txt
 
 CMakeLists.txt.user
 CMakeCache.txt

+ 1 - 0
code/.gitignore

@@ -3,3 +3,4 @@
 .vscode/c_cpp_properties.json
 .vscode/launch.json
 .vscode/ipch
+version.cpp

+ 0 - 4
code/main/version.cpp

@@ -1,4 +0,0 @@
-const char* GIT_REV="562cc43";
-const char* GIT_TAG="";
-const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2022-09-21 20:25";

+ 0 - 1
code/sd-card/html/version.txt

@@ -1 +0,0 @@
-rolling, 562cc43, 

+ 0 - 4
code/version.cpp

@@ -1,4 +0,0 @@
-const char* GIT_REV="562cc43";
-const char* GIT_TAG="";
-const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2022-09-21 20:25";

+ 0 - 1
sd-card/html/version.txt

@@ -1 +0,0 @@
-rolling, 562cc43,