Commit Graph

8 Commits

Author SHA1 Message Date
Carsten Sonne Larsen 742f56907a AmigaOS changes 2016-03-05 09:59:40 +01:00
David Drysdale 1b6905cc7f build: Add a code coverage option
Configure with:
  ./configure --enable-code-coverage
Show coverage output with:
  make code-coverage-capture

Built on m4/ax_code_coverage.m4 from the GNU autoconf archive
to provide the macros to check for presence of gcov + lcov;
upstream macro modified to:
 - Remove use of $(AM_DEFAULT_VERBOSITY) , as earlier versions of
   autoconf (such as the one used by default on Travis) do not have this.
 - Rather than automatically defining CODE_COVERAGE_RULES to be a set
   of makefile rules that use ifeq/endif (which is GNU make-specific),
   instead only define CODE_COVERAGE_RULES if coverages is turned on,
   and in that case don't use conditionals in the makefile.
2016-02-02 10:13:46 +00:00
Daniel Stenberg f8a2354016 gitignore: ignore all ares_*pdf but also CHANGES.dist 2013-05-12 16:10:47 +02:00
Alexander Klauer 483d49d060 .gitignore: ignore patch files
This commit adds a line to .gitignore to the effect that patch files
generated by 'git format-patch' are excluded from the repository.
2013-04-08 22:16:48 +02:00
Daniel Stenberg 955038ea68 added another pdf to ignore 2010-06-11 08:23:14 +02:00
Daniel Stenberg 5e22223332 ignore the GPG signature files too 2010-03-23 14:56:21 +01:00
Daniel Stenberg 36e2f2b54f ignore generated PDFs 2010-03-23 14:49:41 +01:00
Daniel Stenberg f8d181ddf6 ignore lots of generated files 2010-03-23 13:51:47 +01:00