1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-21 01:37:44 +00:00
sapphire/.gitignore
Carlos C d593e2b47e Add sapphire version string
need to implement location(s) where to show git revision / version in core

server info & logs come to mind
2017-09-13 18:06:31 -04:00

101 lines
1 KiB
Text

# Output Directory
[Bb]in/
# Script Directory
# TODO: Sperate script directory from bin
!bin/scripts/**/*
# Build Directory
build/
# Prerequisites
*.d
# Compiled Binaries
*.pdb
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
*.cbp
# Binary Template
*.bt
# Boost
/lib/boost_1_63_0
src/libraries/external/boost_*
# EasyHook
!EasyHook32.dll
!EasyHook32Svc.exe
!EasyHook64.dll
!EasyHook64Svc.exe
!EasyLoad32.dll
!EasyLoad64.dll
# Cache
.vs/
.vscode/
.idea/
*.cache
*.dat
*.suo
*.pch
*.ipch
*.g.cs
*.g.i.cs
*.log
*.tlog
*.db
*.vcdb
*.bin
*.pcb
*.ilk
/Sapphire.VC.VC.opendb
*.user
*.dat
*.metagen
*.ipdb
*.iobj
*.filters
# sapphire version
src/servers/Server_Common/Version\.cpp