Adds Autoboots and Debugs directories, plus .gitignore files to allow them to be checked in and keep them empty.
This commit is contained in:
parent
fd60c076b4
commit
2cac5a4617
4 changed files with 13 additions and 1 deletions
4
THEA500/whdboot/save-data/Autoboots/.gitignore
vendored
Normal file
4
THEA500/whdboot/save-data/Autoboots/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
4
THEA500/whdboot/save-data/Debugs/.gitignore
vendored
Normal file
4
THEA500/whdboot/save-data/Debugs/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
4
THEA500/whdboot/save-data/Savegames/.gitignore
vendored
Normal file
4
THEA500/whdboot/save-data/Savegames/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
2
mkzip.sh
2
mkzip.sh
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue