mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
Remove CMake/Build Artficats
- vcxproj/sln files created using cmake tool - idb files made as a result of build
This commit is contained in:
parent
7f48f567a3
commit
dfa11712dd
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -44,6 +44,10 @@ build/
|
|||
*.out
|
||||
*.app
|
||||
|
||||
# Projects and Solutions
|
||||
*.vcxproj
|
||||
*.sln
|
||||
|
||||
# CMake
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
|
@ -96,6 +100,7 @@ src/libraries/external/boost_*
|
|||
*.ipdb
|
||||
*.iobj
|
||||
*.filters
|
||||
*.idb
|
||||
|
||||
# sapphire version
|
||||
src/servers/Server_Common/Version\.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue