Adds Autoboots and Debugs directories, plus .gitignore files to allow them to be checked in and keep them empty.

This commit is contained in:
Chris Smith 2022-04-11 12:37:17 +01:00
parent fd60c076b4
commit 2cac5a4617
4 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -8,5 +8,5 @@ fi
V=$1
F=THEA500-WHDLoad-package-${V}.zip
zip -r ${F} THEA500
zip -r ${F} THEA500 -x "*.gitignore"
sha256sum ${F}