update and change how we build with spdlog
This commit is contained in:
19
third_party/spdlog/.gitignore
vendored
19
third_party/spdlog/.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
# Auto generated files
|
||||
build/*
|
||||
build/*
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
@ -34,6 +34,9 @@ build/*
|
||||
# Codelite
|
||||
.codelite
|
||||
|
||||
# KDevelop
|
||||
*.kdev4
|
||||
|
||||
# .orig files
|
||||
*.orig
|
||||
|
||||
@ -46,6 +49,7 @@ example/*
|
||||
!example/example.sln
|
||||
!example/example.vcxproj
|
||||
!example/CMakeLists.txt
|
||||
!example/meson.build
|
||||
!example/multisink.cpp
|
||||
!example/jni
|
||||
|
||||
@ -65,4 +69,15 @@ install_manifest.txt
|
||||
/tests/logs/*
|
||||
|
||||
# idea
|
||||
.idea/
|
||||
.idea/
|
||||
cmake-build-*/
|
||||
*.db
|
||||
*.ipch
|
||||
*.filters
|
||||
*.db-wal
|
||||
*.opendb
|
||||
*.db-shm
|
||||
*.vcxproj
|
||||
*.tcl
|
||||
*.user
|
||||
*.sln
|
||||
|
Reference in New Issue
Block a user