7 Star 21 Fork 6

HuntLabs / hunt

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.gitignore 781 Bytes
Copy Edit Raw Blame History
BitWorld authored 2020-04-16 10:43 . SerializationTest improved
# Visual Studio Code
#.vscode/
.suo
# Compiled Object files
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.a
*.lib
# Executables
*.exe
# DUB
.dub
dub.selections.json
docs.json
__dummy.html
# Code coverage
*.lst
# Examples
examples/*/log.txt
examples/Benchmark/hunt-benchmark
examples/ConfigurationDemo/configuration
examples/ContainerDemo/container-demo
examples/UdpDemo/udp-demo
examples/HttpServer/http-server
examples/EventGroupDemo/http-server-powered
examples/PerformanceTest/performance
examples/TcpDemo/tcp-client
examples/TcpDemo/tcp-server
examples/Timer/timer
examples/UnitTest/unittest
# others
*-test-*
.DS_Store
*.zip
hunt-test-*
test.config
mixin_output.d
# meson build directories
build
_build
# idea
.idea
*.iml
D
1
https://gitee.com/huntlabs/hunt.git
git@gitee.com:huntlabs/hunt.git
huntlabs
hunt
hunt
master

Search