
* Ignore cmake intermediate build dir * Fix C++ language version in cmake build scripts * Set a default SDL2_ROOT_DIR value for macOS in cmake scripts * Fixed macOS SDL framework linking in cmake scripts * Added macos-cmake target for CI builds in github workflows * Use C++17 for building Tests instead of 20, since we build them with VS2019 in some jobs
56 lines
610 B
Plaintext
56 lines
610 B
Plaintext
## 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-*/
|