mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-28 13:01:31 +00:00
42 lines
408 B
Plaintext
42 lines
408 B
Plaintext
# Object files
|
|
*.o
|
|
*.obj
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
[Bb]uild/
|
|
[Bb]uild32/
|
|
[Bb]uild64/
|
|
[Bb]uild_32/
|
|
[Bb]uild_64/
|
|
deploy/server/
|
|
x64/
|
|
x86/
|
|
log/
|
|
logs/
|
|
|
|
# Proto
|
|
protobuf/csharp/*
|
|
protobuf/go/*
|
|
protobuf/java/*
|
|
protobuf/python/*
|
|
.vscode |