spdlog/.gitignore

84 lines
936 B
Plaintext
Raw Normal View History

2016-09-14 05:16:18 -04:00
# Auto generated files
build/*
2016-07-08 10:50:13 -04:00
*.slo
*.lo
*.o
*.obj
*.suo
*.tlog
*.ilk
*.log
*.pdb
*.idb
*.iobj
*.ipdb
*.opensdf
*.sdf
2016-07-08 10:50:13 -04:00
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Codelite
.codelite
2019-06-30 10:27:28 -04:00
# KDevelop
*.kdev4
2016-07-08 10:50:13 -04:00
# .orig files
*.orig
# example files
example/*
!example/example.cpp
!example/bench.cpp
!example/utils.h
!example/Makefile*
!example/example.sln
!example/example.vcxproj
!example/CMakeLists.txt
2019-07-01 06:32:12 -04:00
!example/meson.build
2016-09-12 16:28:37 -04:00
!example/multisink.cpp
2016-09-14 05:16:18 -04:00
!example/jni
2016-07-08 10:50:13 -04:00
# generated files
generated
# Cmake
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
2016-07-15 11:41:59 -04:00
install_manifest.txt
/tests/tests.VC.VC.opendb
/tests/tests.VC.db
/tests/tests
2017-12-22 11:36:54 -05:00
/tests/logs/*
2017-11-25 08:11:18 -05:00
# idea
.idea/
cmake-build-*/
2019-08-18 10:32:54 -04:00
*.db
*.ipch
*.filters
*.db-wal
*.opendb
*.db-shm
*.vcxproj
*.tcl
*.user
*.sln