You've already forked cpp-httplib
Fix problem with .gitignore for examples
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,16 +1,28 @@
|
|||||||
tags
|
tags
|
||||||
|
|
||||||
|
# Ignore executables (no extension) but not source files
|
||||||
example/server
|
example/server
|
||||||
|
!example/server.*
|
||||||
example/client
|
example/client
|
||||||
|
!example/client.*
|
||||||
example/hello
|
example/hello
|
||||||
|
!example/hello.*
|
||||||
example/simplecli
|
example/simplecli
|
||||||
|
!example/simplecli.*
|
||||||
example/simplesvr
|
example/simplesvr
|
||||||
|
!example/simplesvr.*
|
||||||
example/benchmark
|
example/benchmark
|
||||||
|
!example/benchmark.*
|
||||||
example/redirect
|
example/redirect
|
||||||
example/sse*
|
!example/redirect.*
|
||||||
|
example/ssecli
|
||||||
|
example/ssesvr
|
||||||
example/upload
|
example/upload
|
||||||
|
!example/upload.*
|
||||||
example/one_time_request
|
example/one_time_request
|
||||||
|
!example/one_time_request.*
|
||||||
example/server_and_client
|
example/server_and_client
|
||||||
|
!example/server_and_client.*
|
||||||
example/*.pem
|
example/*.pem
|
||||||
test/httplib.cc
|
test/httplib.cc
|
||||||
test/httplib.h
|
test/httplib.h
|
||||||
|
|||||||
Reference in New Issue
Block a user