Build a GDExtension with MarshConnector Node
This commit is contained in:
parent
2ab1ee403e
commit
3066bdacc9
10 changed files with 323698 additions and 4 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -1,5 +1,8 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/c++,godot
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=c++,godot
|
||||
# Compiled Object files from SCons
|
||||
*.os
|
||||
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/c++,godot,scons
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=c++,godot,scons
|
||||
|
||||
### C++ ###
|
||||
# Prerequisites
|
||||
|
|
@ -52,4 +55,12 @@ export_presets.cfg
|
|||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/c++,godot
|
||||
### SCons ###
|
||||
# for projects that use SCons for building: http://http://www.scons.org/
|
||||
.sconsign.dblite
|
||||
|
||||
# When configure fails, SCons outputs these
|
||||
config.log
|
||||
.sconf_temp
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/c++,godot,scons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue