Remove D tests

Move D tests to separate branch, since the bindings have an unstable API.
This commit is contained in:
Aidan C. Mullen 2025-03-08 09:23:46 -05:00
parent d03cc272be
commit 7c9d314076
7 changed files with 7 additions and 3187 deletions

15
.gitignore vendored
View file

@ -118,20 +118,18 @@
!/src/init
/src/init/*
# /src/init/c
!/src/init/c/
/src/init/c/*
!/src/init/c/gdextension_interface.c
# /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/bind.d
!/src/init/d
# /res
!/res/
/res/*
@ -149,4 +147,3 @@
# Godot 4+ specific ignores
.godot/