Files
mt-st/.gitignore
Iustin Pop d4c8e67be0 Change coverage file to align better with vscode plugin
The coverage gutters plugin expects, by default, `lcov.info`, so let's
use that to require less customisation.
2025-01-07 21:20:15 +01:00

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