mirror of
https://github.com/iustin/mt-st.git
synced 2026-01-05 03:43:59 +00:00
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.
18 lines
346 B
Plaintext
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
|