Skip to content

Commit 08bea68

Browse files
authored
Extend .gitignore for current tests (#505)
* .gitignore: Sort alphabetically * .gitignore: Add missing files created by `make check`
1 parent fc1063d commit 08bea68

1 file changed

Lines changed: 270 additions & 35 deletions

File tree

.gitignore

Lines changed: 270 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -9,85 +9,320 @@
99
*.rej
1010

1111
# ignore autogenerated test files
12-
/tests/**/*.log
1312
/tests/**/*.counts
1413
/tests/**/*.info.gz
1514
/tests/**/*.info.json
16-
/tests/lcov/diff/diff
17-
/tests/lcov/diff/new/prog
18-
/tests/lcov/diff/old/prog
15+
/tests/**/*.log
16+
/tests/gendiffcov/filter/brace.info.filtered
17+
/tests/gendiffcov/filter/brace.info.orig
18+
/tests/gendiffcov/insensitive/a.out
19+
/tests/gendiffcov/insensitive/diff.txt
20+
/tests/gendiffcov/insensitive/TEst.cpp.annotated
1921
/tests/gendiffcov/simple/a.out
2022
/tests/gendiffcov/simple/criteria.err
21-
/tests/gendiffcov/simple/diff.txt
2223
/tests/gendiffcov/simple/diff_broken.txt
2324
/tests/gendiffcov/simple/diff_r.txt
25+
/tests/gendiffcov/simple/diff.txt
2426
/tests/gendiffcov/simple/navigation.err
2527
/tests/gendiffcov/simple/test.cpp
26-
/tests/lcov/add/prune
27-
/tests/lcov/add/prune2
28-
/tests/lcov/add/prune3
29-
/tests/lcov/add/track
30-
/tests/lcov/diff/patched_normalized.info-e
31-
/tests/lcov/extract/a.out
32-
/tests/lcov/extract/lcov.json
33-
/tests/lcov/extract/testRC
34-
/tests/gendiffcov/filter/brace.info.filtered
35-
/tests/gendiffcov/filter/brace.info.orig
36-
/tests/gendiffcov/insensitive/TEst.cpp.annotated
37-
/tests/gendiffcov/insensitive/a.out
38-
/tests/gendiffcov/insensitive/diff.txt
39-
/tests/gendiffcov/synthesize/a.out
4028
/tests/gendiffcov/synthesize/annotate.sh
29+
/tests/gendiffcov/synthesize/a.out
4130
/tests/gendiffcov/synthesize/test.cpp
4231
/tests/gendiffcov/synthesize/test.cpp.annotated
32+
/tests/genhtml/errs/a.out
33+
/tests/genhtml/errs/configErr.rc
34+
/tests/genhtml/errs/diff.txt
35+
/tests/genhtml/errs/incFile.rc
36+
/tests/genhtml/errs/lcov.json
37+
/tests/genhtml/errs/loop1.rc
38+
/tests/genhtml/errs/loop2.rc
39+
/tests/genhtml/errs/loop3.rc
40+
/tests/genhtml/errs/markers.err
41+
/tests/genhtml/errs/readThis.rc
42+
/tests/genhtml/errs/skipErr2.rc
43+
/tests/genhtml/errs/skipErr.rc
44+
/tests/genhtml/errs/test.cpp
45+
/tests/genhtml/errs/testing.rc
46+
/tests/genhtml/exception/both
47+
/tests/genhtml/exception/both_llvm
48+
/tests/genhtml/exception/both_llvm.jsn
49+
/tests/genhtml/exception/no_throw
50+
/tests/genhtml/exception/throw
51+
/tests/genhtml/filter/brace.info.directive
52+
/tests/genhtml/filter/brace.info.filtered
53+
/tests/genhtml/function/a.out
54+
/tests/genhtml/function/baseline_call_current_call.txt
55+
/tests/genhtml/function/baseline_call_current_nocall.txt
56+
/tests/genhtml/function/baseline_nocall_current_call.txt
57+
/tests/genhtml/function/baseline_nocall_current_nocall.txt
58+
/tests/genhtml/function/diff.txt
59+
/tests/genhtml/function/results.xlsx
60+
/tests/genhtml/function/template
61+
/tests/genhtml/function/test.cpp
62+
/tests/genhtml/insensitive/a.out
63+
/tests/genhtml/insensitive/diff.txt
64+
/tests/genhtml/insensitive/TEst.cpp.annotated
4365
/tests/genhtml/lambda/lambda
66+
/tests/genhtml/simple/annotate.cpp
67+
/tests/genhtml/simple/annotate.exe
68+
/tests/genhtml/simple/a.out
69+
/tests/genhtml/simple/c
70+
/tests/genhtml/simple/criteria.err
71+
/tests/genhtml/simple/criteriaErr.err
72+
/tests/genhtml/simple/criteria.pm.err
73+
/tests/genhtml/simple/criteria_signoff.err
74+
/tests/genhtml/simple/criteria_signoff.pm.err
75+
/tests/genhtml/simple/current_name.info.gz.json
76+
/tests/genhtml/simple/d
77+
/tests/genhtml/simple/diff_broken.txt
78+
/tests/genhtml/simple/diff_err.txt
79+
/tests/genhtml/simple/diff_r.txt
80+
/tests/genhtml/simple/diff.txt
81+
/tests/genhtml/simple/linked.cpp
82+
/tests/genhtml/simple/linked_diff.txt
83+
/tests/genhtml/simple/.msg
84+
/tests/genhtml/simple/names.data
85+
/tests/genhtml/simple/navigation.err
86+
/tests/genhtml/simple/results.xlsx
87+
/tests/genhtml/simple/signoff.err
88+
/tests/genhtml/simple/test.cpp
89+
/tests/genhtml/simple/unreach.cpp.annotated
90+
/tests/genhtml/synthesize/annotate.sh
91+
/tests/genhtml/synthesize/a.out
92+
/tests/genhtml/synthesize/test.cpp
93+
/tests/genhtml/synthesize/test.cpp.annotated
94+
/tests/lcov/add/prune
95+
/tests/lcov/add/prune2
96+
/tests/lcov/add/prune3
97+
/tests/lcov/add/prune3s
98+
/tests/lcov/add/prune3t
99+
/tests/lcov/add/track
100+
/tests/lcov/branch/lcov.json
44101
/tests/lcov/branch/macro
45102
/tests/lcov/branch/no_macro
103+
/tests/lcov/coverage/lcov.json
104+
/tests/lcov/coverage/test_pkg.tgz
46105
/tests/lcov/demangle/a.out
47106
/tests/lcov/demangle/lcov.json
107+
/tests/lcov/diff/diff
108+
/tests/lcov/diff/new/prog
109+
/tests/lcov/diff/old/prog
110+
/tests/lcov/diff/patched_normalized.info-e
111+
/tests/lcov/errs/badBranchLine.out
112+
/tests/lcov/errs/badBranchLine.out.json
113+
/tests/lcov/errs/badFncEndLine.out
114+
/tests/lcov/errs/badFncEndLine.out.json
115+
/tests/lcov/errs/badFncLine.out
116+
/tests/lcov/errs/badFncLine.out.json
117+
/tests/lcov/errs/badLine.out
118+
/tests/lcov/errs/badLine.out.json
119+
/tests/lcov/errs/exceptionBranch.out
120+
/tests/lcov/errs/exceptionBranch.out.json
121+
/tests/lcov/errs/fncMismatch.out
122+
/tests/lcov/errs/fncMismatch.out.json
123+
/tests/lcov/errs/lcov.json
48124
/tests/lcov/exception/a.out
49125
/tests/lcov/exception/lcov.json
126+
/tests/lcov/exception/precedence.rc
127+
/tests/lcov/extract/a.out
128+
/tests/lcov/extract/err1.msg
129+
/tests/lcov/extract/err2.msg
130+
/tests/lcov/extract/err.3.msg
131+
/tests/lcov/extract/err4.msg
132+
/tests/lcov/extract/lcov.json
133+
/tests/lcov/extract/list.dat
50134
/tests/lcov/extract/rcOptBug
51135
/tests/lcov/extract/rcOptBug.json
136+
/tests/lcov/extract/regionErr1.msg
137+
/tests/lcov/extract/regionErr2.msg
138+
/tests/lcov/extract/regionErr3.msg
139+
/tests/lcov/extract/testRC
140+
/tests/lcov/extract/unreachableErr1.txt
141+
/tests/lcov/extract/unreachableErr2.txt
142+
/tests/lcov/extract/unreachableErr3.txt
143+
/tests/lcov/extract/unreachableWarn1.txt
144+
/tests/lcov/extract/unreachFunc.txt
145+
/tests/lcov/extract/unused.o
52146
/tests/lcov/format/lcov.json
53147
/tests/lcov/gcov-tool/test
148+
/tests/lcov/initializer/initializer
149+
/tests/lcov/mcdc/clangTest1
150+
/tests/lcov/mcdc/clangTest1.jsn
151+
/tests/lcov/mcdc/clangTest2
152+
/tests/lcov/mcdc/clangTest2.jsn
153+
/tests/lcov/mcdc/clangTest3
154+
/tests/lcov/mcdc/clangTest3.jsn
155+
/tests/lcov/mcdc/gccTest1
156+
/tests/lcov/mcdc/gccTest2
157+
/tests/lcov/mcdc/gccTest3
158+
/tests/lcov/mcdc/gccTest4
159+
/tests/lcov/mcdc/gccTest4a
160+
/tests/lcov/mcdc/gccTest5
161+
/tests/llvm2lcov/default.profraw
162+
/tests/llvm2lcov/test
163+
/tests/llvm2lcov/test.json
164+
/tests/llvm2lcov/test.profdata
54165
/tests/perl2lcov/lcov.json
166+
/tests/py2lcov/functions.dat
167+
/tests/py2lcov/functions.xml
168+
/tests/py2lcov/functions.xml1
169+
/tests/py2lcov/help.txt
170+
/tests/xml2lcov/help.txt
55171

56172

57173
# ignore autogenerated test directories
58-
/tests/genhtml/lambda/report/
59-
/tests/genhtml/out_full/
60-
/tests/genhtml/out_part1/
61-
/tests/genhtml/out_part2/
62-
/tests/genhtml/out_target/
63-
/tests/genhtml/out_zero/
64-
/tests/genhtml/relative/relative/
65-
/tests/src/
174+
/bin/__pycache__/
175+
/tests/bin/__pycache__/
66176
/tests/gendiffcov/insensitive/differential/
67-
/tests/gendiffcov/simple/baseline-filter-dark/
68-
/tests/gendiffcov/simple/baseline-filter/
69177
/tests/gendiffcov/simple/baseline/
178+
/tests/gendiffcov/simple/baseline-filter/
179+
/tests/gendiffcov/simple/baseline-filter-dark/
70180
/tests/gendiffcov/simple/criteria/
71181
/tests/gendiffcov/simple/current/
72-
/tests/gendiffcov/simple/differential--show-details--hier/
73-
/tests/gendiffcov/simple/differential--show-details/
74182
/tests/gendiffcov/simple/differential/
75183
/tests/gendiffcov/simple/differential_nobranch/
184+
/tests/gendiffcov/simple/differential--show-details/
185+
/tests/gendiffcov/simple/differential--show-details--hier/
76186
/tests/gendiffcov/simple/elidePath/
77-
/tests/gendiffcov/simple/mismatchPath/
78187
/tests/gendiffcov/simple/mismatched/
188+
/tests/gendiffcov/simple/mismatchPath/
79189
/tests/gendiffcov/simple/navigation/
80190
/tests/gendiffcov/simple/no_annotation/
81191
/tests/gendiffcov/simple/no_baseline/
82-
/tests/gendiffcov/simple/no_owners/
83-
/tests/gendiffcov/simple/noncode_differential--dark-mode/
84192
/tests/gendiffcov/simple/noncode_differential/
193+
/tests/gendiffcov/simple/noncode_differential--dark-mode/
194+
/tests/gendiffcov/simple/no_owners/
85195
/tests/gendiffcov/simple/reverse/
86196
/tests/gendiffcov/simple/reverse_nobranch/
87-
/tests/gendiffcov/synthesize/annotateErr/
88197
/tests/gendiffcov/synthesize/annotated/
198+
/tests/gendiffcov/synthesize/annotateErr/
89199
/tests/gendiffcov/synthesize/vanilla/
200+
/tests/genhtml/errs/annotate/
201+
/tests/genhtml/errs/cacheFail/
202+
/tests/genhtml/errs/context/
203+
/tests/genhtml/errs/criteria/
204+
/tests/genhtml/errs/empty/
205+
/tests/genhtml/errs/epoch/
206+
/tests/genhtml/errs/expect/
207+
/tests/genhtml/errs/inconsistent/
208+
/tests/genhtml/errs/missingRestore/
209+
/tests/genhtml/errs/mycache/
210+
/tests/genhtml/errs/scriptFixed/
211+
/tests/genhtml/errs/select/
212+
/tests/genhtml/errs/simplify/
213+
/tests/genhtml/errs/simplify_finalize/
214+
/tests/genhtml/errs/simplify_restore/
215+
/tests/genhtml/errs/simplify_save/
216+
/tests/genhtml/errs/simplify_start/
217+
/tests/genhtml/errs/unreachable/
218+
/tests/genhtml/errs/unused_src/
219+
/tests/genhtml/exception/both_llvm_rpt/
220+
/tests/genhtml/exception/both_rpt/
221+
/tests/genhtml/exception/diff1/
222+
/tests/genhtml/exception/diff2/
223+
/tests/genhtml/exception/no_throw_rpt/
224+
/tests/genhtml/exception/throw_rpt/
225+
/tests/genhtml/function/alias/
226+
/tests/genhtml/function/alias--forget-test-names/
227+
/tests/genhtml/function/baseline_call_current_call/
228+
/tests/genhtml/function/baseline_call_current_nocall/
229+
/tests/genhtml/function/baseline_nocall_current_call/
230+
/tests/genhtml/function/baseline_nocall_current_nocall/
231+
/tests/genhtml/function/no_alias/
232+
/tests/genhtml/function/no_alias--forget-test-names/
233+
/tests/genhtml/insensitive/differential/
234+
/tests/genhtml/insensitive/differential2/
235+
/tests/genhtml/insensitive/differential3/
236+
/tests/genhtml/insensitive/differential4/
237+
/tests/genhtml/lambda/report/
238+
/tests/genhtml/out_full/
239+
/tests/genhtml/out_part1/
240+
/tests/genhtml/out_part2/
241+
/tests/genhtml/out_target/
242+
/tests/genhtml/out_zero/
243+
/tests/genhtml/relative/relative/
244+
/tests/genhtml/simple/annotate/
245+
/tests/genhtml/simple/baseline/
246+
/tests/genhtml/simple/baseline-filter/
247+
/tests/genhtml/simple/baseline-filter-dark/
248+
/tests/genhtml/simple/broken/
249+
/tests/genhtml/simple/criteria/
250+
/tests/genhtml/simple/criteria.pm/
251+
/tests/genhtml/simple/criteria_signoff/
252+
/tests/genhtml/simple/criteria_signoff.pm/
253+
/tests/genhtml/simple/current/
254+
/tests/genhtml/simple/current--flat/
255+
/tests/genhtml/simple/current--hierarchical/
256+
/tests/genhtml/simple/current_prefix/
257+
/tests/genhtml/simple/current_prefix--flat/
258+
/tests/genhtml/simple/current_prefix--hierarchical/
259+
/tests/genhtml/simple/differential/
260+
/tests/genhtml/simple/differential_named/
261+
/tests/genhtml/simple/differential_nobranch/
262+
/tests/genhtml/simple/differential_nosource/
263+
/tests/genhtml/simple/differential_prop/
264+
/tests/genhtml/simple/differential--show-details/
265+
/tests/genhtml/simple/differential--show-details--hier/
266+
/tests/genhtml/simple/differential_subset/
267+
/tests/genhtml/simple/differential_subset--dark-mode/
268+
/tests/genhtml/simple/differential_subset--flat/
269+
/tests/genhtml/simple/diff_no_baseline/
270+
/tests/genhtml/simple/diff_range/
271+
/tests/genhtml/simple/elidePath/
272+
/tests/genhtml/simple/expect/
273+
/tests/genhtml/simple/expect_err/
274+
/tests/genhtml/simple/failUnder/
275+
/tests/genhtml/simple/linked/
276+
/tests/genhtml/simple/linked_dir/
277+
/tests/genhtml/simple/linked_elide/
278+
/tests/genhtml/simple/linked_err/
279+
/tests/genhtml/simple/mismatched/
280+
/tests/genhtml/simple/mismatchPath/
281+
/tests/genhtml/simple/navigation/
282+
/tests/genhtml/simple/no_annotation/
283+
/tests/genhtml/simple/no_baseline/
284+
/tests/genhtml/simple/noNames/
285+
/tests/genhtml/simple/noncode_differential/
286+
/tests/genhtml/simple/noncode_differential--dark-mode/
287+
/tests/genhtml/simple/noncode_differential--flat/
288+
/tests/genhtml/simple/no_owners/
289+
/tests/genhtml/simple/proportion/
290+
/tests/genhtml/simple/reverse/
291+
/tests/genhtml/simple/reverse_nobranch/
292+
/tests/genhtml/simple/select/
293+
/tests/genhtml/simple/select2/
294+
/tests/genhtml/simple/unreach/
295+
/tests/genhtml/simple/unreach_vanilla/
296+
/tests/genhtml/simple/usage/
297+
/tests/genhtml/synthesize/annotated/
298+
/tests/genhtml/synthesize/annotated2/
299+
/tests/genhtml/synthesize/annotated_nofunc/
300+
/tests/genhtml/synthesize/annotateErr/
301+
/tests/genhtml/synthesize/annotateErr2/
302+
/tests/genhtml/synthesize/vanilla/
303+
/tests/lcov/branch/rpt/
304+
/tests/lcov/coverage/srcdir/
305+
/tests/lcov/demangle/simplify/
306+
/tests/lcov/extract/mytest/
90307
/tests/lcov/extract/separate/
308+
/tests/lcov/extract/spaces/
309+
/tests/lcov/follow/rundir/
310+
/tests/lcov/mcdc/clangTest1_rpt/
311+
/tests/lcov/mcdc/clangTest2_rpt/
312+
/tests/lcov/mcdc/clangTest3_rpt/
313+
/tests/lcov/mcdc/gccTest1_rpt/
314+
/tests/lcov/mcdc/gccTest2_rpt/
315+
/tests/lcov/mcdc/gccTest3_rpt/
316+
/tests/lcov/mcdc/gccTest4a_rpt/
317+
/tests/lcov/mcdc/gccTest4_rpt/
318+
/tests/lcov/mcdc/gccTest5_rpt/
319+
/tests/lcov/multiple/rundir/
320+
/tests/llvm2lcov/report/
91321
/tests/perl2lcov/cover_genhtml/
92322
/tests/perl2lcov/cover_one/
93323
/tests/perl2lcov/perl2lcov_report/
324+
/tests/py2lcov/my_cache/
325+
/tests/py2lcov/__pycache__/
326+
/tests/py2lcov/rpt1/
327+
/tests/py2lcov/rpt2/
328+
/tests/src/

0 commit comments

Comments
 (0)