/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/ThirdParty/Recast/.gitignore
55 строк
610 B
Jan Krassnigg
Updated Recast to latest version (1.6.0+) (#1026)
10 авг 2023, 23:47
Не верифицирован
10 авг 2023, 23:47
182e3f8
Код
Авторство
О чём код?
## Compiled source # *.com *.class *.dll *.exe *.ilk *.o *.pdb *.so *.idb ## Linux exes have no extension RecastDemo/Bin/RecastDemo RecastDemo/Bin/Tests # Build directory RecastDemo/Build # XCode debug symbols archive RecastDemo/Bin/*.dSYM # Ignore meshes RecastDemo/Bin/Meshes/* ## Logs and databases # *.log *.sql *.sqlite ## OS generated files # .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db *.swp *.swo ## xcode specific *xcuserdata* ## SDL contrib RecastDemo/Contrib/SDL/* ## Generated doc files Docs/html ## CMake build cache build ## IDE files .idea/ cmake-build-*/