Files
Efim Beshmenev aea6e330e3 Realisation v1
2026-08-11 22:19:34 +03:00

47 lines
566 B
Plaintext

# Visual Studio user state
.vs/
*.VC.db
*.VC.opendb
*.suo
*.user
# CMake and compiler output. Executables, object files and generated projects
# live below out/; benchmark results intentionally do not.
/out/
/build/
/bin/
/lib/
CMakeUserPresets.json
/CMakeFiles/
/CMakeCache.txt
/cmake_install.cmake
/CTestTestfile.cmake
/compile_commands.json
/.ninja_*
/build.ninja
# Native build artefacts
*.obj
*.o
*.pch
*.pdb
*.ilk
*.idb
*.ipdb
*.iobj
*.exp
*.lib
*.dll
*.exe
*.tlog
*.lastbuildstate
# Test/editor noise
Testing/
.cache/
.clangd/
.idea/
.vscode/
*.swp
*.tmp