mirror of https://github.com/gabime/spdlog.git
git ignore
parent
64f2b33273
commit
4189a406f4
@ -0,0 +1,36 @@
|
|||||||
|
# Compiled Object files
|
||||||
|
*.slo
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
|
||||||
|
# Compiled Dynamic libraries
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
|
||||||
|
# Compiled Static libraries
|
||||||
|
*.lai
|
||||||
|
*.la
|
||||||
|
*.a
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
*.app
|
||||||
|
|
||||||
|
# Codelite
|
||||||
|
.codelite
|
||||||
|
|
||||||
|
# .orig files
|
||||||
|
*.orig
|
||||||
|
|
||||||
|
# example files
|
||||||
|
example/*
|
||||||
|
!example/example.cpp
|
||||||
|
!example/utils.h
|
||||||
|
!example/makefile
|
||||||
|
!example/makefile.clang
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue