forked from hyperledger-archives/sawtooth-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
128 lines (111 loc) · 3.58 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# 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*
# Exclude poet build artifacts
/consensus/**/__pycache__/
/consensus/**/build/
/consensus/**/protobuf/
/consensus/poet/sgx/*.so
/consensus/poet/sgx/deps
/consensus/poet/sgx/*.so
/consensus/poet/sgx/nose2-junit.xml
/consensus/poet/sgx/**/poet_enclave.py
/consensus/poet/sgx/**/poet_enclave_wrap.cpp
/consensus/poet/sgx/cmake_install.cmake
/consensus/poet/sgx/htmlcov/
/consensus/poet/sgx/sawtooth_poet_sgx/libpoet_bridge/CMakeFiles/
/consensus/poet/sgx/sawtooth_poet_sgx/libpoet_bridge/Makefile
/consensus/poet/sgx/sawtooth_poet_sgx/libpoet_bridge/cmake_install.cmake
/consensus/poet/sgx/sawtooth_poet_sgx/libpoet_enclave/cmake_install.cmake
# Everything else
/adm/Cargo.lock
/adm/target/
/build/
/cli/build/
/cli/sawtooth_cli/protobuf/
/cli/**/__pycache__/
/families/**/__pycache__/
/families/settings/sawtooth_settings/protobuf/
/families/smallbank/smallbank_go/src/protobuf/
/families/smallbank/smallbank_go/bin/
/families/block_info/sawtooth_block_info/protobuf
/families/identity/sawtooth_identity/protobuf
/coverage
/coverage/html
/**/.coverage
/docs/build/
/docs/source/_autogen/
/docs/source/cli/output/
/docs/source/sdks/
/integration/**/__pycache__/
/rest_api/build/
/rest_api/sawtooth_rest_api/protobuf/
/rest_api/**/__pycache__/
/sdk/python/build/
/sdk/python/sawtooth_sdk/protobuf/
/sdk/python/**/__pycache__/
/sdk/javascript/node_modules
/sdk/javascript/package-lock.json
/sdk/javascript/protobuf/protobuf_bundle.json
/sdk/examples/xo_python/**/__pycache__/
/sdk/examples/xo_javascript/node_modules/
/sdk/examples/xo_javascript/package-lock.json
/sdk/examples/intkey_python/**/__pycache__/
/sdk/examples/intkey_javascript/node_modules/
/sdk/examples/intkey_javascript/package-lock.json
/sdk/examples/intkey_java/dependency-reduced-pom.xml
/sdk/examples/intkey_java/target/
/sdk/examples/noop_python/**/__pycache__/
/sdk/examples/xo_java/dependency-reduced-pom.xml
/sdk/examples/xo_java/target/
/sdk/java/target/
/sdk/go/src/sawtooth_sdk/protobuf/
/sdk/go/src/mocks/
/sdk/go/src/github.com/
/sdk/go/bin/
/sdk/examples/intkey_go/bin/
/sdk/examples/intkey_rust/target/
/sdk/examples/intkey_rust/Cargo.lock/
/sdk/examples/xo_go/bin/
/sdk/examples/noop_go/bin/
/sdk/go/pkg/
/sdk/go/src/golang.org/
/sdk/go/src/gopkg.in/
/sdk/rust/target
/sdk/rust/Cargo.lock
/sdk/rust/src/messages/*.rs
!/sdk/rust/src/messages/mod.rs
/signing/build/
/signing/sawtooth_signing.egg-info/
/signing/**/__pycache__/
/utility/**/__pycache__/
/validator/build/
/validator/sawtooth_validator.egg-info/
/validator/sawtooth_validator/protobuf/
/validator/**/__pycache__/
/sdk/cxx/build/
/perf/sawtooth_perf/Cargo.lock
/perf/sawtooth_perf/target/
/perf/sawtooth_workload/Cargo.lock
/perf/sawtooth_workload/target/
/perf/smallbank_workload/src/smallbank.rs
/perf/smallbank_workload/Cargo.lock
/perf/smallbank_workload/target/
/perf/smallbank_workload/smallbank.batches
/perf/smallbank_workload/smallbank.playlist
/perf/smallbank_workload/smallbank.txns
*.batch