This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 283
/
.gitignore
103 lines (97 loc) · 1.8 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
# 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/log/cert_checker_test
/cpp/log/cert_submission_handler_test
/cpp/log/cert_test
/cpp/log/ct_extensions_test
/cpp/log/log_signer_test
/cpp/log/logged_entry_test
/cpp/log/signer_verifier_test
/cpp/merkletree/merkle_tree_large_test
/cpp/merkletree/merkle_tree_test
/cpp/merkletree/serial_hasher_test
/cpp/merkletree/sparse_merkle_tree_test
/cpp/merkletree/tree_hasher_test
/cpp/merkletree/verifiable_map_test
/cpp/monitoring/counter_test
/cpp/monitoring/gauge_test
/cpp/monitoring/registry_test
/cpp/net/url_fetcher_test
/cpp/proto/serializer_test
/cpp/proto/serializer_v2_test
/cpp/stamp-h1
/cpp/util/bignum_test
/cpp/util/json_wrapper_test
/cpp/util/libevent_wrapper_test
/cpp/util/sync_task_test
/cpp/util/task_test
/cpp/util/thread_pool_test
/cpp/version.cc
/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
/java/.idea/dictionaries/
/java/.idea/workspace.xml
/java/out
/java/target
/java/ctlog.iml
# maven litter
/java/src/test/resources/testdata
# Eclipse artefacts
/java/.classpath
/java/.project
/java/bin
# zsh ant target cache
.ant_targets