cpp-httplib/.gitignore

45 lines
542 B
Text
Raw Normal View History

2012-09-22 21:40:59 -07:00
tags
2013-04-24 17:14:42 -07:00
2013-04-24 06:35:45 -07:00
example/server
example/client
example/hello
2020-04-21 20:00:39 -07:00
example/simplecli
2013-07-04 19:08:49 -07:00
example/simplesvr
2018-04-18 05:35:12 -07:00
example/benchmark
2019-06-30 05:02:22 -07:00
example/redirect
2020-07-25 08:20:57 -07:00
example/sse*
2019-12-14 21:46:11 -07:00
example/upload
2024-09-07 07:05:53 -07:00
example/one_time_request
example/server_and_client
2018-04-18 05:35:12 -07:00
example/*.pem
test/httplib.cc
test/httplib.h
2013-04-24 06:35:45 -07:00
test/test
2021-12-17 20:36:02 -07:00
test/server_fuzzer
test/test_proxy
test/test_split
2013-04-24 17:14:42 -07:00
test/test.xcodeproj/xcuser*
test/test.xcodeproj/*/xcuser*
2021-12-17 20:36:02 -07:00
test/*.o
2018-04-18 05:35:12 -07:00
test/*.pem
2019-06-11 18:18:45 -07:00
test/*.srl
2024-09-05 19:54:48 -07:00
work/
2024-09-08 07:56:13 -07:00
benchmark/server*
2012-09-24 04:55:12 -07:00
*.swp
2024-06-14 15:29:34 -07:00
build/
Debug
Release
*.vcxproj.user
*.sdf
2012-09-24 17:51:36 -07:00
*.suo
*.opensdf
2018-04-18 05:35:12 -07:00
*.db
ipch
2012-09-24 20:15:28 -07:00
*.dSYM
2024-09-05 09:22:46 -07:00
*.pyc
2018-04-18 05:35:12 -07:00
.*
!/.gitattributes
2019-06-11 18:18:45 -07:00
!/.travis.yml