Refactor build resources
Move DUB files into /bld/d and add more instructions to README.
This commit is contained in:
parent
dd8e9d4296
commit
724659b25f
9 changed files with 69 additions and 28 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
|
@ -11,8 +11,6 @@
|
|||
!build.sh
|
||||
!CHANGELOG
|
||||
!configure.ac
|
||||
!dub.sdl
|
||||
!dub.selections.json
|
||||
!extension_api.json
|
||||
!LICENSE
|
||||
!Makefile.am
|
||||
|
|
@ -21,6 +19,21 @@
|
|||
|
||||
!/bin/main.gdextension
|
||||
|
||||
# /bld
|
||||
!/bld/
|
||||
/bld/*
|
||||
|
||||
# /bld/src
|
||||
!/bld/src/
|
||||
/bld/src/*
|
||||
|
||||
# /bld/src/d
|
||||
!/bld/src/d/
|
||||
/bld/src/d/*
|
||||
|
||||
!/bld/src/d/dub.sdl
|
||||
!/bld/src/d/dub.selections.json
|
||||
|
||||
# /docs
|
||||
!/docs/
|
||||
/docs/*
|
||||
|
|
@ -64,19 +77,17 @@
|
|||
!/src/init
|
||||
/src/init/*
|
||||
|
||||
!/src/init/bind.d
|
||||
|
||||
# /src/init/cpp
|
||||
!/src/init/cpp
|
||||
!/src/init/cpp/
|
||||
/src/init/cpp/*
|
||||
|
||||
!/src/init/cpp/bind.cpp
|
||||
|
||||
# /src/init/d
|
||||
!/src/init/d
|
||||
!/src/init/d/
|
||||
/src/init/d/*
|
||||
|
||||
/src/init/d/bind.d
|
||||
!/src/init/d/bind.d
|
||||
|
||||
!/src/init/d
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue