# CMake genral

build/
working/
debug/
.cache/
tmp/

CMakeCache.txt
CMakeLists.txt.user
CMakeFiles
CMakeScripts
Testing
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
CMakeUserPresets.json
_deps

# Make
Makefile

# Visual studio
*.vcxproj
*.filters
*.sln
.vs/
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
*.dir/

*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
*.env
.vscode
