strongswan/.gitignore
Tobias Brunner 1f14b4a1f9 Add --enable-coverage configure option
This configure flag enables lcov [1] coverage generation and is intended
to be used with unit tests (--enable-unit-tests is implied).

A html coverage report can be generated by issuing the following command
in the toplevel build directory:

make coverage

[1] - http://ltp.sourceforge.net/coverage/lcov.php

Based on a patch by Adrian-Ken Rueegsegger.
2013-06-11 11:03:11 +02:00

40 lines
375 B
Plaintext

/Android.common.mk
Makefile
Makefile.in
aclocal.m4
autom4te.cache
compile
config.guess
config.sub
configure
config.h.in
config.h
stamp-h1
depcomp
install-sh
ltmain.sh
missing
ylwrap
.libs
.deps
config.log
config.status
libtool
*.l[ao]
*.[ao]
y.tab.[ch]
lex.yy.c
*keywords.c
Doxyfile
apidoc/
*~
*.orig
*.patch
*.diff
*.tar.bz2
*.tar.gz
.DS_Store
coverage/
*.gcno
*.gcda
*.gcov