mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-10 15:51:29 +00:00
72 lines
778 B
Plaintext
72 lines
778 B
Plaintext
# Object files
|
|
*.o
|
|
*.obj
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
.bash_history
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
[Bb]uild*/
|
|
log/
|
|
logs/
|
|
vcpkg/
|
|
perl/
|
|
|
|
.idea/*
|
|
*cbp
|
|
|
|
submodules/*
|
|
cmake-build-debug/
|
|
|
|
.nfs.*
|
|
|
|
# Visual Studio and CMAKE Generated Files
|
|
/.vs/
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vcxproj.user
|
|
*.cmake
|
|
*.ilk
|
|
*.pdb
|
|
*.sln
|
|
*.dir/
|
|
libs/
|
|
bin/
|
|
/Win32
|
|
/x64
|
|
/client_files/**/CMakeFiles/
|
|
|
|
.idea
|
|
|
|
# Clangd Generated Files.
|
|
compile_flags.txt
|
|
.cache/
|
|
|
|
# Build pipeline
|
|
!utils/scripts/build/
|
|
!utils/scripts/build/should-release/should-release
|
|
!utils/scripts/build/should-release/should-release.exe
|
|
|
|
# CMake Files
|
|
cmake-build-relwithdebinfo/*
|
|
skill-caps.diff
|