Skip to content

Commit 6e0f211

Browse files
committed
Fix problem with .gitignore for examples
1 parent 318a3fe commit 6e0f211

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
tags
22

3+
# Ignore executables (no extension) but not source files
34
example/server
5+
!example/server.*
46
example/client
7+
!example/client.*
58
example/hello
9+
!example/hello.*
610
example/simplecli
11+
!example/simplecli.*
712
example/simplesvr
13+
!example/simplesvr.*
814
example/benchmark
15+
!example/benchmark.*
916
example/redirect
10-
example/sse*
17+
!example/redirect.*
18+
example/ssecli
19+
example/ssesvr
1120
example/upload
21+
!example/upload.*
1222
example/one_time_request
23+
!example/one_time_request.*
1324
example/server_and_client
25+
!example/server_and_client.*
1426
example/*.pem
1527
test/httplib.cc
1628
test/httplib.h

0 commit comments

Comments
 (0)