| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- tags
- # Ignore executables (no extension) but not source files
- example/server
- !example/server.*
- example/client
- !example/client.*
- example/hello
- !example/hello.*
- example/simplecli
- !example/simplecli.*
- example/simplesvr
- !example/simplesvr.*
- example/benchmark
- !example/benchmark.*
- example/redirect
- !example/redirect.*
- example/ssecli
- !example/ssecli.*
- example/ssecli-stream
- !example/ssecli-stream.*
- example/ssesvr
- !example/ssesvr.*
- example/upload
- !example/upload.*
- example/one_time_request
- !example/one_time_request.*
- example/server_and_client
- !example/server_and_client.*
- example/accept_header
- !example/accept_header.*
- example/*.pem
- test/httplib.cc
- test/httplib.h
- test/test
- test/test_mbedtls
- test/test_no_tls
- test/server_fuzzer
- test/test_proxy
- test/test_proxy_mbedtls
- test/test_split
- test/test_split_mbedtls
- test/test_split_no_tls
- test/test.xcodeproj/xcuser*
- test/test.xcodeproj/*/xcuser*
- test/*.o
- test/*.pem
- test/*.srl
- test/_build_*
- work/
- benchmark/server*
- *.swp
- build/
- Debug
- Release
- *.vcxproj.user
- *.sdf
- *.suo
- *.opensdf
- *.db
- ipch
- *.dSYM
- *.pyc
- .*
- !/.gitattributes
- !/.github
|