diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-11-09 10:50:17 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-11-09 10:50:17 +0100 |
commit | 2adcb013f0499a6fae96e13076fe95aff55ec0f1 (patch) | |
tree | 202e76853db82bdc43ef2541431b0f347fc7ab6f /.gitignore | |
parent | 0db087a07b271329d85c5f806a06ef5199fd323a (diff) | |
download | gnutls-2adcb013f0499a6fae96e13076fe95aff55ec0f1.tar.gz |
Ignore coverage related stuff.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 14797da7ea..114cfa1b32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +*.gcda +*.gcno +*.gcov *.lo *.o *~ @@ -28,6 +31,7 @@ doc/Makefile doc/Makefile.in doc/algorithms.texi doc/core.c.texi +doc/coverage/ doc/credentials/Makefile doc/credentials/Makefile.in doc/credentials/openpgp/Makefile @@ -166,6 +170,7 @@ gl/tests/arpa/ gl/tests/c++defs.h gl/tests/fcntl.h gl/tests/glthread/.dirstamp +gl/tests/glthread/glthread gl/tests/inttypes.h gl/tests/inttypes.h gl/tests/libtests.a @@ -419,6 +424,7 @@ src/cfg/platon/Makefile.in src/cfg/platon/str/Makefile src/cfg/platon/str/Makefile.in src/crywrap/crywrap +src/gaa.skel src/gnutls-cli src/gnutls-cli-debug src/gnutls-serv |