mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-11 22:24:01 +00:00
43 lines
490 B
Plaintext
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
|