forked from google/certificate-transparency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
124 lines (119 loc) · 2.44 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
# Please keep sections sorted.
# Various common files to exclude.
*.a
*.log
*.o
*.pb.cc
*.pb.h
*.pyc
*.so
*.trs
*_pb2.py
*~
.*.sw[lmnop]
.depend
.deps/
.dirstamp
# More specific files.
/Makefile
/Makefile.in
/aclocal.m4
/ar-lib
/autom4te.cache/
/compile
/config.log
/config.status
/configure
/cpp/base/notification_test
/cpp/client/ct
/cpp/config.h
/cpp/config.h.in
/cpp/gmock-all.cc
/cpp/gtest-all.cc
/cpp/local.mk
/cpp/fetcher/remote_peer_test
/cpp/log/cert_checker_test
/cpp/log/cert_submission_handler_test
/cpp/log/cert_test
/cpp/log/cluster_state_controller_test
/cpp/log/ct_extensions_test
/cpp/log/database_large_test
/cpp/log/database_test
/cpp/log/etcd_consistent_store_test
/cpp/log/fake_consistent_store_test
/cpp/log/file_storage_test
/cpp/log/frontend_signer_test
/cpp/log/frontend_test
/cpp/log/log_lookup_test
/cpp/log/log_signer_test
/cpp/log/logged_certificate_test
/cpp/log/signer_verifier_test
/cpp/log/strict_consistent_store_test
/cpp/log/tree_signer_test
/cpp/merkletree/merkle_tree_large_test
/cpp/merkletree/merkle_tree_test
/cpp/merkletree/serial_hasher_test
/cpp/merkletree/tree_hasher_test
/cpp/monitor/database_test
/cpp/monitoring/counter_test
/cpp/monitoring/gauge_test
/cpp/monitoring/gcm/exporter_test
/cpp/monitoring/prometheus/counter_test
/cpp/monitoring/prometheus/gauge_test
/cpp/monitoring/registry_test
/cpp/net/url_fetcher_test
/cpp/proto/serializer_test
/cpp/server/blob-server
/cpp/server/ct-dns-server
/cpp/server/ct-mirror
/cpp/server/ct-server
/cpp/server/proxy_test
/cpp/stamp-h1
/cpp/tools/ct-clustertool
/cpp/tools/dump_cert
/cpp/tools/dump_sth
/cpp/tools/etcd_watch
/cpp/util/bench_etcd
/cpp/util/etcd_delete_test
/cpp/util/etcd_masterelection
/cpp/util/etcd_test
/cpp/util/fake_etcd_test
/cpp/util/json_wrapper_test
/cpp/util/libevent_wrapper_test
/cpp/util/masterelection_test
/cpp/util/sync_etcd_test
/cpp/util/sync_task_test
/cpp/util/task_test
/cpp/util/thread_pool_test
/depcomp
/install-sh
/java/build
/local.properties
/missing
/python/_trial_temp/
/registry-params.env
/test-driver
/test/*.bin
/test/*.csr
/test/*.der
/test/*.log
/test/*.so
/test/*.srl
/test/apachectl
/test/httpd-local.conf
/test/httpd-new
/test/testdata/*.srl
/test/testdata/error.log
/test/testdata/logs
/test/testdata/test-cert-proof-extension.pem
/test/testdata/urlfetcher_test_certs/
# IntelliJ artefacts
/java/.idea/dictionaries/
/java/.idea/workspace.xml
/java/out
# Eclipse artefacts
/java/.classpath
/java/.project
/java/bin
# zsh ant target cache
.ant_targets