This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 764
/
.gitignore
97 lines (84 loc) · 2.83 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Copyright 2017 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ------------------------------------------------------------------------------
# Exclude IDE and Editor files
/.idea/
*.sublime*
# Everything else
/adm/Cargo.lock
/adm/target/
/adm/bin/
/build/
/cli/build/
/cli/sawtooth_cli/protobuf/
/cli/**/__pycache__/
/families/**/__pycache__/
/families/block_info/rust/sawtooth_block_info/bin
/families/block_info/rust/sawtooth_block_info/src/block_info.rs
/families/block_info/rust/sawtooth_block_info/target
/families/block_info/rust/sawtooth_block_info/Cargo.lock
/families/block_info/sawtooth_block_info/protobuf
/families/block_info/sawtooth_block_info/bin
/families/block_info/sawtooth_block_info/src/block_info.rs
/families/block_info/sawtooth_block_info/target
/families/block_info/sawtooth_block_info/Cargo.lock
/families/settings/sawtooth_settings/target/
/families/settings/sawtooth_settings/bin/
/families/settings/sawtooth_settings/Cargo.lock
/families/settings/tests/sawtooth_settings_test/protobuf/
/families/smallbank/smallbank_rust/target/
/families/smallbank/smallbank_rust/Cargo.lock
/families/smallbank/smallbank_rust/bin/
/families/identity/python/sawtooth_identity/protobuf/
/families/identity/sawtooth_identity/bin/
/families/identity/sawtooth_identity/target/
/families/identity/sawtooth_identity/Cargo.lock
/families/identity/sawtooth_identity/protobuf/
/families/battleship/target
/families/battleship/Cargo.lock
/coverage
/coverage/html
/**/.coverage
/docs/build/
/docs/source/_autogen/
/docs/source/cli/output/
/docs/source/sdks/
/integration/**/__pycache__/
/libsawtooth/target/
/libsawtooth/Cargo.lock
/rest_api/build/
/rest_api/sawtooth_rest_api/protobuf/
/rest_api/**/__pycache__/
/validator/build/
/validator/sawtooth_validator.egg-info/
/validator/sawtooth_validator/protobuf/
/validator/**/__pycache__/
/validator/target/
/validator/Cargo.lock
/validator/bin/
/validator/lib/
/perf/sawtooth_perf/Cargo.lock
/perf/sawtooth_perf/target/
/perf/sawtooth_workload/Cargo.lock
/perf/sawtooth_workload/target/
/perf/smallbank_workload/Cargo.lock
/perf/smallbank_workload/target/
/perf/smallbank_workload/bin/
/perf/smallbank_workload/smallbank.batches
/perf/smallbank_workload/smallbank.playlist
/perf/smallbank_workload/smallbank.txns
/perf/intkey_workload/Cargo.lock
/perf/intkey_workload/target
/perf/intkey_workload/bin
*.batch