# CMake
**/cmake_install.cmake
**/CMakeFiles
# cmake standard build directory
/build/
# cmake build directory for android builds
/android/
# cmake build directory for unity builds
/unity/

# IDEs
**/.cproject
**/.project
**/.settings
**/.classpath
**/nbproject
**/.idea
**/*.iml
/cmake-build-debug
.vscode

# Backup
**/*~

# meson
/debug/
/release/

# Generation of db for tests
Tests/*.dat
Tests/*.idx
Tests/*.tmp
Tests/*.idmap
Tests/*.txt
Tests/*.html
