Files
godot-build-scripts/.gitignore
Rémi Verschelde aca4c84831 Windows: Use osslsigncode from PATH for signing
We were shipping a pre-built version but it only works on specific distros
as it's tightly coupled to openssl. When upgrading from F34 to F35 it started
segfaulting.

We now rely on the version packaged by Fedora which should be installed on the
host, or compiled and installed manually in PATH by users.

(cherry picked from commit 8adfdd068e)
2022-08-01 22:09:09 +02:00

20 lines
200 B
Plaintext

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