bubel-ecs/demos/.gitignore
Mergul 66860b9042 Android update and small improvements
-fixed code do cross compiling to android
-fixed build with GCC (workaround)
-added little benchmark
-several small fixes
-updated meson build (demos building, working with GCC, LDC and DMD)
-added some meson options
-added ImGUI bind for OpenGL3
2020-06-01 11:24:50 +02:00

18 lines
No EOL
232 B
Text

*
!*/
!**/dub.json
!libs/
!*.dll
!libs/**
!utils/**/*.d
!source/**/*.d
!launcher/**/*.d
!assets/**
!external/**/*.d
!.gitignore
!compile_wasm.py
!cimgui.bc
!emscripten_shell.html
!emscripten_multi_shell.html
!compile_android.py
.dub