mirror of
https://github.com/iustin/mt-st.git
synced 2026-01-04 19:33:56 +00:00
The coverage gutters plugin expects, by default, `lcov.info`, so let's use that to require less customisation.
18 lines
342 B
Plaintext
18 lines
342 B
Plaintext
# git ls-files --others --exclude-from=.git/info/exclude
|
|
# Lines that start with '#' are comments.
|
|
# For a project mostly in C, the following would be a good set of
|
|
# exclude patterns (uncomment them if you want to use them):
|
|
# *.[oa]
|
|
# *~
|
|
|
|
/mt
|
|
/stinit
|
|
/version.h
|
|
/mt-st-*.tar.gz*
|
|
/out/
|
|
/mt.gcda
|
|
/mt.gcno
|
|
/stinit.gcda
|
|
/stinit.gcno
|
|
/lcov.info
|