diff --git a/THEA500/whdboot/save-data/Autoboots/.gitignore b/THEA500/whdboot/save-data/Autoboots/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/THEA500/whdboot/save-data/Autoboots/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/THEA500/whdboot/save-data/Debugs/.gitignore b/THEA500/whdboot/save-data/Debugs/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/THEA500/whdboot/save-data/Debugs/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/THEA500/whdboot/save-data/Savegames/.gitignore b/THEA500/whdboot/save-data/Savegames/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/THEA500/whdboot/save-data/Savegames/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/mkzip.sh b/mkzip.sh index 8be7fa4..a129fb8 100755 --- a/mkzip.sh +++ b/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}