|
12 | 12 | /build
|
13 | 13 | /build_*
|
14 | 14 | /build-*
|
| 15 | + |
15 | 16 | /docs/build
|
16 | 17 | /docs/publish
|
17 | 18 | /docs/edit
|
@@ -57,143 +58,9 @@ cmake-build-*
|
57 | 58 | __pycache__
|
58 | 59 | *.pytest_cache
|
59 | 60 |
|
60 |
| -# ignore generated files |
61 |
| -*-metrika-yandex |
62 |
| - |
63 | 61 | test.cpp
|
64 |
| -utils/compressor/compressor |
65 |
| -utils/corrector_utf8/corrector_utf8 |
66 |
| -utils/iotest/iotest |
67 |
| -utils/iotest/iotest_aio |
68 |
| -utils/iotest/iotest_nonblock |
69 |
| -utils/config-processor/config-processor |
70 | 62 | CPackConfig.cmake
|
71 | 63 | CPackSourceConfig.cmake
|
72 |
| -contrib/libpoco/Poco/ |
73 |
| -contrib/libpoco/bin/ |
74 |
| -contrib/libpoco/cmake_uninstall.cmake |
75 |
| -contrib/libre2/re2_st/ |
76 |
| -src/Client/clickhouse-benchmark |
77 |
| -src/Client/clickhouse-client |
78 |
| -src/Client/tests/test-connect |
79 |
| -src/Common/tests/arena_with_free_lists |
80 |
| -src/Common/tests/auto_array |
81 |
| -src/Common/tests/compact_array |
82 |
| -src/Common/tests/hash_table |
83 |
| -src/Common/tests/hashes_test |
84 |
| -src/Common/tests/int_hashes_perf |
85 |
| -src/Common/tests/lru_cache |
86 |
| -src/Common/tests/parallel_aggregation |
87 |
| -src/Common/tests/parallel_aggregation2 |
88 |
| -src/Common/tests/radix_sort |
89 |
| -src/Common/tests/shell_command_test |
90 |
| -src/Common/tests/simple_cache |
91 |
| -src/Common/tests/sip_hash |
92 |
| -src/Common/tests/sip_hash_perf |
93 |
| -src/Common/tests/small_table |
94 |
| -src/Core/tests/exception |
95 |
| -src/Core/tests/field |
96 |
| -src/Core/tests/rvo_test |
97 |
| -src/Core/tests/string_pool |
98 |
| -src/DataStreams/tests/aggregating_stream |
99 |
| -src/DataStreams/tests/block_tab_separated_streams |
100 |
| -src/DataStreams/tests/collapsing_sorted_stream |
101 |
| -src/DataStreams/tests/expression_stream |
102 |
| -src/DataStreams/tests/filter_stream |
103 |
| -src/DataStreams/tests/filter_stream_hitlog |
104 |
| -src/DataStreams/tests/fork_streams |
105 |
| -src/DataStreams/tests/glue_streams |
106 |
| -src/DataStreams/tests/json_streams |
107 |
| -src/DataStreams/tests/native_streams |
108 |
| -src/DataStreams/tests/sorting_stream |
109 |
| -src/DataStreams/tests/tab_separated_streams |
110 |
| -src/DataStreams/tests/union_stream |
111 |
| -src/DataStreams/tests/union_stream2 |
112 |
| -src/DataTypes/tests/data_type_string |
113 |
| -src/DataTypes/tests/data_types_number_fixed |
114 |
| -src/Functions/tests/functions_arithmetic |
115 |
| -src/Functions/tests/logical_functions_performance |
116 |
| -src/Functions/tests/number_traits |
117 |
| -src/IO/tests/async_write |
118 |
| -src/IO/tests/cached_compressed_read_buffer |
119 |
| -src/IO/tests/compressed_buffer |
120 |
| -src/IO/tests/hashing_read_buffer |
121 |
| -src/IO/tests/hashing_write_buffer |
122 |
| -src/IO/tests/io_and_exceptions |
123 |
| -src/IO/tests/io_operators |
124 |
| -src/IO/tests/mempbrk |
125 |
| -src/IO/tests/o_direct_and_dirty_pages |
126 |
| -src/IO/tests/parse_int_perf |
127 |
| -src/IO/tests/parse_int_perf2 |
128 |
| -src/IO/tests/read_buffer |
129 |
| -src/IO/tests/read_buffer_aio |
130 |
| -src/IO/tests/read_buffer_perf |
131 |
| -src/IO/tests/read_escaped_string |
132 |
| -src/IO/tests/read_float_perf |
133 |
| -src/IO/tests/read_write_int |
134 |
| -src/IO/tests/valid_utf8 |
135 |
| -src/IO/tests/valid_utf8_perf |
136 |
| -src/IO/tests/var_uint |
137 |
| -src/IO/tests/write_buffer |
138 |
| -src/IO/tests/write_buffer_aio |
139 |
| -src/IO/tests/write_buffer_perf |
140 |
| -src/Interpreters/tests/address_patterns |
141 |
| -src/Interpreters/tests/aggregate |
142 |
| -src/Interpreters/tests/compiler_test |
143 |
| -src/Interpreters/tests/create_query |
144 |
| -src/Interpreters/tests/expression |
145 |
| -src/Interpreters/tests/expression_analyzer |
146 |
| -src/Interpreters/tests/hash_map |
147 |
| -src/Interpreters/tests/hash_map2 |
148 |
| -src/Interpreters/tests/hash_map3 |
149 |
| -src/Interpreters/tests/hash_map_string |
150 |
| -src/Interpreters/tests/hash_map_string_2 |
151 |
| -src/Interpreters/tests/hash_map_string_3 |
152 |
| -src/Interpreters/tests/hash_map_string_small |
153 |
| -src/Interpreters/tests/in_join_subqueries_preprocessor |
154 |
| -src/Interpreters/tests/logical_expressions_optimizer |
155 |
| -src/Interpreters/tests/select_query |
156 |
| -src/Interpreters/tests/two_level_hash_map |
157 |
| -src/Interpreters/tests/users |
158 |
| -src/Parsers/tests/create_parser |
159 |
| -src/Parsers/tests/select_parser |
160 |
| -src/Server/clickhouse-server |
161 |
| -src/Server/clickhouse-server.init |
162 |
| -src/Storages/tests/hit_log |
163 |
| -src/Storages/tests/merge_tree |
164 |
| -src/Storages/tests/part_checker |
165 |
| -src/Storages/tests/part_name |
166 |
| -src/Storages/tests/pk_condition |
167 |
| -src/Storages/tests/seek_speed_test |
168 |
| -src/Storages/tests/storage_log |
169 |
| -src/Storages/tests/system_numbers |
170 |
| -libs/libcommon/src/revision.h |
171 |
| -libs/libcommon/src/tests/date_lut2 |
172 |
| -libs/libcommon/src/tests/date_lut3 |
173 |
| -libs/libcommon/src/tests/date_lut4 |
174 |
| -libs/libcommon/src/tests/date_lut_init |
175 |
| -libs/libcommon/src/tests/multi_version |
176 |
| -libs/libmysqlxx/src/tests/failover |
177 |
| -libs/libmysqlxx/src/tests/mysqlxx_test |
178 |
| -libs/libzkutil/src/tests/zkutil_expiration_test |
179 |
| -libs/libzkutil/src/tests/zkutil_test |
180 |
| -libs/libzkutil/src/tests/zkutil_test_async |
181 |
| -libs/libzkutil/src/tests/zkutil_test_commands |
182 |
| -libs/libzkutil/src/tests/zkutil_test_lock |
183 |
| -libs/libzkutil/src/tests/zkutil_zookeeper_holder |
184 |
| -utils/zookeeper-create-entry-to-download-part/zookeeper-create-entry-to-download-part |
185 |
| -utils/zookeeper-dump-tree/zookeeper-dump-tree |
186 |
| -utils/zookeeper-remove-by-list/zookeeper-remove-by-list |
187 |
| -src/Storages/tests/remove_symlink_directory |
188 |
| -libs/libcommon/src/tests/json_test |
189 |
| -utils/compressor/zstd_test |
190 |
| -utils/wikistat-loader/wikistat-loader |
191 |
| -src/Common/tests/pod_array |
192 |
| - |
193 |
| -src/Server/data/* |
194 |
| -src/Server/metadata/* |
195 |
| -src/Server/status |
196 |
| -config-9001.xml |
197 | 64 |
|
198 | 65 | *-preprocessed.xml
|
199 | 66 |
|
@@ -241,9 +108,6 @@ website/package-lock.json
|
241 | 108 | .DS_Store
|
242 | 109 | */.DS_Store
|
243 | 110 |
|
244 |
| -# Ignore files for locally disabled tests |
245 |
| -/src/queries/**/*.disabled |
246 |
| - |
247 | 111 | # cquery cache
|
248 | 112 | /.cquery-cache
|
249 | 113 |
|
|
0 commit comments