"docker/Dockerfile.tofino" did not exist on "d6d1d6d0a3fcfe5632709ef43d642f6e5d03bc3e"
MANIFEST.in 428 Bytes
Newer Older
quyuanhao123's avatar
quyuanhao123 committed
1
2
3
4
include README.md
include LICENSE

recursive-include csrc *
limm's avatar
limm committed
5
6
7
8
9
10
11
12
13
14

recursive-include third_party *
recursive-exclude third_party/parallel-hashmap/css *
recursive-exclude third_party/parallel-hashmap/html *
recursive-exclude third_party/parallel-hashmap/tests *
recursive-exclude third_party/parallel-hashmap/examples *
recursive-exclude third_party/parallel-hashmap/benchmark *

recursive-exclude test *
recursive-exclude benchmark *