diff options
author | F1F7Y <64418963+F1F7Y@users.noreply.github.com> | 2023-06-22 11:47:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 11:47:46 +0200 |
commit | 89996405ee6341252836d606d5de02fff83ec3ab (patch) | |
tree | d8e70b4f8a1a2d125e4693806799477f6a46bfe7 /.gitignore | |
parent | 9cf27a61fd7e096f816c512375ef2340ea4dfb10 (diff) | |
download | NorthstarLauncher-89996405ee6341252836d606d5de02fff83ec3ab.tar.gz NorthstarLauncher-89996405ee6341252836d606d5de02fff83ec3ab.zip |
Move to cmake (#467)v1.15.0-rc1
Moves the entire project to cmake as the build system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -16,6 +16,31 @@ # Mono auto generated files mono_crash.* +# CMake output +out/ +game/ +build/ +CMakeFiles/ +cmake_install.cmake +CMakeCache.txt +CopyOfCMakeCache.txt + +# Ninja build files +.ninja_deps +.ninja_log +build.ninja + +# Visual studio build files +*.vcxproj +*.vcxproj.filters +*.sln + +# Build results +# These ignore *.lib and *.exp in the specified +loader_wsock32_proxy/wsock32.* +NorthstarDLL/Northstar.* +NorthstarLauncher/NorthstarLauncher.* + # Build results [Dd]ebug/ [Dd]ebugPublic/ |