mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-18 16:37:46 +00:00
127 lines
No EOL
1.3 KiB
Text
127 lines
No EOL
1.3 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
|
|
*.exp
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Projects and Solutions
|
|
*.vcxproj
|
|
*.sln
|
|
|
|
# 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
|
|
*.idb
|
|
|
|
# sapphire version
|
|
src/common/Version\.cpp
|
|
|
|
# edit and continue files
|
|
/enc_temp_folder
|
|
|
|
# travis-ci build mtime cache
|
|
.mtime_cache
|
|
|
|
# generated script loader files
|
|
src/servers/Scripts/*/ScriptLoader.cpp
|
|
|
|
# cotire generated files/folders
|
|
cotire/
|
|
*_cotire.cmake
|
|
|
|
*objects.txt
|
|
*exports.def
|
|
|
|
# doxygen output folder
|
|
doxygen/generated/
|
|
doxygen/*.tmp |