mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-15 15:09:30 +00:00
39 lines
445 B
Plaintext
39 lines
445 B
Plaintext
# Build output and artifacts
|
|
build/
|
|
bin/
|
|
Debug/
|
|
Release/
|
|
MinSizeRel/
|
|
RelWithDebInfo/
|
|
win32/
|
|
install/
|
|
|
|
# CMake generated directories
|
|
*.dir/
|
|
CMakeFiles/
|
|
_deps/
|
|
|
|
# vcpkg vendored dependencies
|
|
vcpkg_installed/
|
|
|
|
# Visual Studio files
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vcxproj.user
|
|
*.sln
|
|
*.slnx
|
|
*.sdf
|
|
*.suo
|
|
*.user
|
|
*.aps
|
|
|
|
# CMake cache/generated
|
|
CMakeCache.txt
|
|
cmake_install.cmake
|
|
ALL_BUILD*
|
|
ZERO_CHECK*
|
|
INSTALL*
|
|
|
|
# Version resource (generated)
|
|
version.rc
|