forked from linux-test-project/lcov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (57 loc) · 1.69 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
.version
*.gcda
*.gcno
*.info
*.tar.gz
*.rpm
*.tdy
# 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
# ignore autogenerated test directories
/tests/genhtml/out_full/
/tests/genhtml/out_part1/
/tests/genhtml/out_part2/
/tests/genhtml/out_target/
/tests/genhtml/out_zero/
/tests/src/
/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/