1
0
Fork 0
mirror of https://gitlab.com/niansa/discord_llama.git synced 2025-03-06 20:48:25 +01:00
discord_llama/thread-pool/.gitignore
2023-04-01 17:16:08 +02:00

52 lines
485 B
Text

# Build
#VS
.vs/
Debug/
Release/
# Netbeans
nbproject/
*.user
*.filters
*.vcxproj
*.sln
# Cmake
build
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
# Compiled Object files
*.slo
*.lo
*.o
*.obj
!assets/models/*/*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app