Copy generated library to the projectdir
This commit is contained in:
parent
055ab32bc6
commit
54a177ce39
10 changed files with 34 additions and 10 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -3,6 +3,18 @@
|
|||
|
||||
# Ignore library files but not the gdextension file
|
||||
demo/bin/*
|
||||
!demo/bin/android
|
||||
demo/bin/android/*
|
||||
!demo/bin/android/.gitkeep
|
||||
!demo/bin/linux
|
||||
demo/bin/linux/*
|
||||
!demo/bin/linux/.gitkeep
|
||||
!demo/bin/macos
|
||||
demo/bin/macos/*
|
||||
!demo/bin/macos/.gitkeep
|
||||
!demo/bin/windows
|
||||
demo/bin/windows/*
|
||||
!demo/bin/windows/.gitkeep
|
||||
!demo/bin/*.gdextension
|
||||
.sconsign*.dblite
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue