eqemu-server/.gitignore
2019-10-12 21:07:06 -07:00

35 lines
305 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*/
log/
logs/
vcpkg/
.idea/*
*cbp
submodules/*
cmake-build-debug/