Spruce-Basin/.gitignore
Aidan Mullen 2c4cdb41a1 Generate shared object
Modify build-script to generate a shared library for Godot.
2024-05-04 09:36:09 -04:00

51 lines
611 B
Text

# Only include required source files.
# Do no include any binaries or libraries/external sources.
# Submodules are not added here, as they are managed by Git automatically.
*
*/
# /
!.gitignore
!.gitignores
!AUTHORS
!build.sh
!CHANGELOG
!configure.ac
!LICENSE
!Makefile.am
!README
!TODO
# /bin
!/bin/
/bin/*
!/bin/main.gdextension
# /docs
!/docs/
/docs/*
!/docs/1.1_PRIVACY
# /engine
!/engine/
/engine/*
!/engine/project.godot
!/engine/icon.svg
# /src
!/src/
/src/*
!/src/gdextension_interface.h
!/src/Makefile.am
!/src/main.c
!/src/main.gdextension
!/src/main.h
# Godot 4+ specific ignores
.godot/