mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 09:44:10 +00:00
Public release of the DLU server code!
Have fun!
This commit is contained in:
116
.gitignore
vendored
Normal file
116
.gitignore
vendored
Normal file
@@ -0,0 +1,116 @@
|
||||
temp/
|
||||
cmake-build-debug/
|
||||
RelWithDebInfo/
|
||||
|
||||
# Third party libraries
|
||||
thirdparty/mysql/
|
||||
thirdparty/mysql_linux/
|
||||
CMakeVariables.txt
|
||||
|
||||
# Build folders
|
||||
build/
|
||||
linux_build/
|
||||
|
||||
# Codeblocks
|
||||
*.layout
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_h.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.idb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*_wpftmp.csproj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
*.lastbuildstate
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio Log Files
|
||||
*.tlog
|
||||
*.log
|
||||
|
||||
# VS Code
|
||||
.vscode
|
||||
|
||||
# Clion (IntelliJ)
|
||||
.idea
|
||||
.DS_Store
|
||||
|
||||
# Exceptions:
|
||||
CMakeSettings.json
|
||||
*.vcxproj
|
||||
*.filters
|
||||
*.cmake
|
||||
CMakeCache.txt
|
||||
*.bin
|
||||
CMakeFiles/3.17.3/CompilerIdC/CMakeCCompilerId.c
|
||||
CMakeFiles/3.17.3/CompilerIdCXX/CMakeCXXCompilerId.cpp
|
||||
CMakeFiles/3.17.3/VCTargetsPath.txt
|
||||
CMakeFiles/3e6b105f924142e3e299a1a30e09566e/generate.stamp.rule
|
||||
CMakeFiles/cmake.check_cache
|
||||
CMakeFiles/generate.stamp
|
||||
CMakeFiles/generate.stamp.depend
|
||||
CMakeFiles/generate.stamp.list
|
||||
CMakeFiles/TargetDirectories.txt
|
||||
*.sln
|
||||
*.recipe
|
||||
|
||||
# clangd
|
||||
.cache
|
||||
thirdparty/zlib-1.2.11/
|
Reference in New Issue
Block a user