-
Notifications
You must be signed in to change notification settings - Fork 240
/
.gitignore
93 lines (90 loc) · 2.75 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
.version
*.gcda
*.gcno
*.info
*.tar.gz
*.rpm
*.tdy
*.orig
*.rej
# ignore autogenerated test files
/tests/**/*.log
/tests/**/*.counts
/tests/**/*.info.gz
/tests/**/*.info.json
/tests/lcov/diff/diff
/tests/lcov/diff/new/prog
/tests/lcov/diff/old/prog
/tests/gendiffcov/simple/a.out
/tests/gendiffcov/simple/criteria.err
/tests/gendiffcov/simple/diff.txt
/tests/gendiffcov/simple/diff_broken.txt
/tests/gendiffcov/simple/diff_r.txt
/tests/gendiffcov/simple/navigation.err
/tests/gendiffcov/simple/test.cpp
/tests/lcov/add/prune
/tests/lcov/add/prune2
/tests/lcov/add/prune3
/tests/lcov/add/track
/tests/lcov/diff/patched_normalized.info-e
/tests/lcov/extract/a.out
/tests/lcov/extract/lcov.json
/tests/lcov/extract/testRC
/tests/gendiffcov/filter/brace.info.filtered
/tests/gendiffcov/filter/brace.info.orig
/tests/gendiffcov/insensitive/TEst.cpp.annotated
/tests/gendiffcov/insensitive/a.out
/tests/gendiffcov/insensitive/diff.txt
/tests/gendiffcov/synthesize/a.out
/tests/gendiffcov/synthesize/annotate.sh
/tests/gendiffcov/synthesize/test.cpp
/tests/gendiffcov/synthesize/test.cpp.annotated
/tests/genhtml/lambda/lambda
/tests/lcov/branch/macro
/tests/lcov/branch/no_macro
/tests/lcov/demangle/a.out
/tests/lcov/demangle/lcov.json
/tests/lcov/exception/a.out
/tests/lcov/exception/lcov.json
/tests/lcov/extract/rcOptBug
/tests/lcov/extract/rcOptBug.json
/tests/lcov/format/lcov.json
/tests/lcov/gcov-tool/test
/tests/perl2lcov/lcov.json
# ignore autogenerated test directories
/tests/genhtml/lambda/report/
/tests/genhtml/out_full/
/tests/genhtml/out_part1/
/tests/genhtml/out_part2/
/tests/genhtml/out_target/
/tests/genhtml/out_zero/
/tests/genhtml/relative/relative/
/tests/src/
/tests/gendiffcov/insensitive/differential/
/tests/gendiffcov/simple/baseline-filter-dark/
/tests/gendiffcov/simple/baseline-filter/
/tests/gendiffcov/simple/baseline/
/tests/gendiffcov/simple/criteria/
/tests/gendiffcov/simple/current/
/tests/gendiffcov/simple/differential--show-details--hier/
/tests/gendiffcov/simple/differential--show-details/
/tests/gendiffcov/simple/differential/
/tests/gendiffcov/simple/differential_nobranch/
/tests/gendiffcov/simple/elidePath/
/tests/gendiffcov/simple/mismatchPath/
/tests/gendiffcov/simple/mismatched/
/tests/gendiffcov/simple/navigation/
/tests/gendiffcov/simple/no_annotation/
/tests/gendiffcov/simple/no_baseline/
/tests/gendiffcov/simple/no_owners/
/tests/gendiffcov/simple/noncode_differential--dark-mode/
/tests/gendiffcov/simple/noncode_differential/
/tests/gendiffcov/simple/reverse/
/tests/gendiffcov/simple/reverse_nobranch/
/tests/gendiffcov/synthesize/annotateErr/
/tests/gendiffcov/synthesize/annotated/
/tests/gendiffcov/synthesize/vanilla/
/tests/lcov/extract/separate/
/tests/perl2lcov/cover_genhtml/
/tests/perl2lcov/cover_one/
/tests/perl2lcov/perl2lcov_report/