eqemu-server/.gitignore
2019-06-30 18:13:46 -07:00

34 lines
282 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*/
x64/
x86/
log/
logs/
vcpkg/
.idea/*
*cbp