Move all native examples to sketches/ and remove milepost repo

This commit is contained in:
Martin Fouilleul 2023-08-09 18:08:07 +02:00
parent 1c608aeda6
commit 686b50e481
51 changed files with 1 additions and 18 deletions

1
.gitignore vendored
View File

@ -21,6 +21,7 @@ scripts/__pycache__
src/gles_api.json
src/bindgen_core_api.c
src/bindgen_gles_api.c
src/graphics/glsl_shaders.h
sdk/io_stubs.c
sdk/orca_surface.c
sdk/gl31.h

18
milepost/.gitignore vendored
View File

@ -1,18 +0,0 @@
.DS_Store
*.dSYM
bin
build
*.metallib
*.pdb
*.exe
*.ilk
*.vs
*.obj
*.lib
*.dll
*.sln
Debug/*
src/glsl_shaders.h
scripts/__pycache__

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB