kmod/.gitignore
Lucas De Marchi e9b0d1b40e build-sys: integrate coverage report
Just pass --enable-coverage to configure and then "make coverage" to
have the coverage report at coverage dir.
2015-01-07 23:02:34 -02:00

28 lines
250 B
Plaintext

*.o
*.gcda
*.gcno
/*.tar.xz
/*.md5sum
.deps/
.libs/
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache/
/build-aux/
/config.h
/config.h.in
/config.log
/config.status
/configure
/coverage
/libtool
/stamp-h1
/test-suite.log
*~
.*.swp
cscope.out
tags