Files
godot-build-scripts/.gitignore
Rémi Verschelde 9176967e98 Compute and backup SHA-512 sums for release files
The sums are included both in the release folder, and in a separate
`sha512sums` folder in the base directory, to allow verifying that
the sums on the download repository haven't been tampered with.
2020-05-07 14:50:24 +02:00

16 lines
173 B
Plaintext

# User-specific configuration and signing key
config.sh
*.pkcs12
# Generated by build scripts
angle/
git/
mono-glue/
godot.tar.gz
# Output
out/
releases/
sha512sums/
tmp/