Files
2026-06-10 16:12:51 +02:00

43 lines
490 B
Plaintext

# Primary CMake build target
/Build/
# Primary CMake install target for development
/Install/
# Other common build targets
/build*/
/Build*/
/Bin/
/bin/
/Lib/
/lib/
/out/
/Install*/
/install*/
# Distribution target
/Distribution/
# macOS directory info file
.DS_Store
# Hidden folders
.*/
# Not ignore .github/
!.github/
# CMake user files
CMakeUserPresets.json
# Visual Studio project files
*.suo
*.user
*.opensdf
*.dir/
Win32/
x64/
vcpkg/
CMakeSettings.json
compile_commands.json