Premake, Gitmodules, Readme

This commit is contained in:
Pocakking
2019-06-23 22:00:18 +02:00
parent 1ec1716c2e
commit 17fe337342
108 changed files with 303 additions and 68667 deletions

45
.gitignore vendored
View File

@ -32,6 +32,23 @@
*.out
*.app
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
### CMake Patch ###
# External projects
*-prefix/
### Windows ###
# Windows thumbnail cache files
Thumbs.db
@ -73,6 +90,9 @@ $RECYCLE.BIN/
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Mono auto generated files
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
@ -86,7 +106,6 @@ bld/
[Bb]in/
[Oo]bj/
[Ll]og/
bin/
# Visual Studio 2015/2017 cache/options directory
.vs/
@ -265,12 +284,14 @@ BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
!?*.[Cc]ache/
# Others
ClientBin/
@ -290,8 +311,6 @@ orleans.codegen.cs
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
**/wwwroot/lib/
# RIA/Silverlight projects
Generated_Code/
@ -316,6 +335,7 @@ ServiceFabricBackup/
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- Backup*.rdl
# Microsoft Fakes
FakesAssemblies/
@ -351,10 +371,6 @@ paket-files/
# FAKE - F# Make
.fake/
# JetBrains Rider
.idea/
*.sln.iml
# CodeRush personal settings
.cr/personal
@ -396,4 +412,15 @@ ASALocalRun/
# Local History for Visual Studio
.localhistory/
# End of https://www.gitignore.io/api/c++,windows,visualstudio
# BeatPulse healthcheck temp database
healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
### Project specific ###
bin/
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user