gitignore does not work as i was think it would
This commit is contained in:
parent
3e0d2db0f1
commit
e524826970
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,5 +3,4 @@ KiCad/CanGrow/CanGrow.kicad_sch-bak
|
|||
KiCad/CanGrow/fp-info-cache
|
||||
KiCad/CanGrow/gerber/*.zip
|
||||
Arduino/CanGrow/CanGrow.geany
|
||||
Arduino/CanGrow/CanGrow_Version.h
|
||||
build/
|
||||
|
|
5
Arduino/CanGrow/CanGrow_Version.h
Normal file
5
Arduino/CanGrow/CanGrow_Version.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* CanGrow_Version.h gets generated from cangrow.sh */
|
||||
|
||||
const char* CanGrowVer = "0.1-dev";
|
||||
const char* CanGrowBuild = "72bb58c";
|
||||
|
Loading…
Reference in a new issue