Files
mt-st/.gitignore
Iustin Pop 1743522b8a Add a local coverage target
This needs lcov installed, but it's a good quick helper for local
runs. For history and pull requests, codecov keeps tracking.

Also tweak in the process gitignore to clean the noise.
2021-06-06 00:11:35 +02:00

18 lines
346 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
/coverage.info