Files
godot-git-plugin/.gitignore
Fabio Alessandrelli 955ec02503 [SCons] Build OpenSSL from source by default
Remove prebuilt static libraries for macOS.

Can optionally still use external (static) libraries by supplying the
`openssl_external_*` parameters to scons.
2025-05-26 16:57:27 +02:00

37 lines
308 B
Plaintext

# SConstruct db
*.dblite
# Godot ignores
demo/.godot/
# Godot Serialisations
extension_api.json
!/ci/extension_api.json
# Visual Studio Cache
.vs/
# VSCode Cache
.vscode/
# Mac stuff
.DS_Store
# Vim
*.swp
# Binaries
__pycache__/
build/
bin/
macos/
linux/
win64/
*.lib
*.a
*.obj
*.os
*.ilk
*.pdb
*.pyc