eqemu-server/.gitignore
2018-02-11 13:24:03 -08:00

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