# 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/

# JReleaser 
/out

# Maven
/libosmscout-kotlin/target/

# Generation of db for tests
/Tests/*.dat
/Tests/*.idx
/Tests/*.tmp
/Tests/*.idmap
/Tests/*.txt
/Tests/*.html
/Tests/Testing/Temporary/*
/Tests/data/testregion/stats.dot
