mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Updated .gitignore
This commit is contained in:
parent
956faae6f0
commit
e2e33a7f0b
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -4,9 +4,12 @@ example/server
|
||||||
example/client
|
example/client
|
||||||
example/hello
|
example/hello
|
||||||
example/simplesvr
|
example/simplesvr
|
||||||
|
example/benchmark
|
||||||
|
example/*.pem
|
||||||
test/test
|
test/test
|
||||||
test/test.xcodeproj/xcuser*
|
test/test.xcodeproj/xcuser*
|
||||||
test/test.xcodeproj/*/xcuser*
|
test/test.xcodeproj/*/xcuser*
|
||||||
|
test/*.pem
|
||||||
|
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
@ -16,5 +19,7 @@ Release
|
||||||
*.sdf
|
*.sdf
|
||||||
*.suo
|
*.suo
|
||||||
*.opensdf
|
*.opensdf
|
||||||
|
*.db
|
||||||
ipch
|
ipch
|
||||||
*.dSYM
|
*.dSYM
|
||||||
|
.*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue