forked from tafia/quick-protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
38 lines (38 loc) · 1.97 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
target
Cargo.lock
quick-protobuf/benches/perftest_data/perftest_data.rs
quick-protobuf/tests/packed_primitives/mod.rs
quick-protobuf/tests/packed_primitives/person.rs
quick-protobuf/tests/rust_protobuf/common/mesos/mod.rs
quick-protobuf/tests/rust_protobuf/common/mesos/v1.rs
quick-protobuf/tests/rust_protobuf/common/mod.rs
quick-protobuf/tests/rust_protobuf/v2/basic.rs
quick-protobuf/tests/rust_protobuf/v2/foo/bar.rs
quick-protobuf/tests/rust_protobuf/v2/foo/baz.rs
quick-protobuf/tests/rust_protobuf/v2/foo/mod.rs
quick-protobuf/tests/rust_protobuf/v2/issue118.rs
quick-protobuf/tests/rust_protobuf/v2/issue118_2.rs
quick-protobuf/tests/rust_protobuf/v2/nonunique_1.rs
quick-protobuf/tests/rust_protobuf/v2/nonunique_2.rs
quick-protobuf/tests/rust_protobuf/v2/special.rs
quick-protobuf/tests/rust_protobuf/v2/struct_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_default_values.rs
quick-protobuf/tests/rust_protobuf/v2/test_enum_values_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_ident_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_import_nested_imported_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_import_nested_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_import_nonunique_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_import_root_imported_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_import_root_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_lite_runtime.rs
quick-protobuf/tests/rust_protobuf/v2/test_nonunique_enum_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_oneof_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_required.rs
quick-protobuf/tests/rust_protobuf/v2/test_root_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_sanitize_file_name_pb.rs
quick-protobuf/tests/rust_protobuf/v2/test_text_format_pb.rs
quick-protobuf/tests/rust_protobuf/v2/vector_tile.rs
quick-protobuf/tests/rust_protobuf/v3/basic.rs
quick-protobuf/tests/rust_protobuf/v3/test_ident_pb.rs
quick-protobuf/tests/rust_protobuf/v3/test_map_pb.rs
quick-protobuf/tests/rust_protobuf/v3/test_oneof_pb.rs