eqemu-server/.gitignore
2019-06-30 18:28:11 -07:00

32 lines
272 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