mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-17 21:18:31 +03:00
Merge pull request #1059 from caco3/remove-autogenerated-version-files3
remove autogenerated version files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
|||||||
/code/build
|
/code/build
|
||||||
/sd-card/html/debug/
|
/sd-card/html/debug/
|
||||||
/firmware/
|
/firmware/
|
||||||
|
version.txt
|
||||||
|
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
|
|||||||
1
code/.gitignore
vendored
1
code/.gitignore
vendored
@@ -3,3 +3,4 @@
|
|||||||
.vscode/c_cpp_properties.json
|
.vscode/c_cpp_properties.json
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
.vscode/ipch
|
.vscode/ipch
|
||||||
|
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";
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rolling, 562cc43,
|
|
||||||
@@ -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";
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rolling, 562cc43,
|
|
||||||
Reference in New Issue
Block a user