diff options
author | Mukund Sivaraman <muks@isc.org> | 2012-05-14 07:24:01 +0200 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2012-05-15 22:02:31 +0200 |
commit | 74ac6abb7e9bdf613d5aa6c93426ff7bf9f671ad (patch) | |
tree | 691f12ee247a11ccfb6db9c85cd787c26acef587 /.gitignore | |
parent | [master] update changelog for merge of #1889 (diff) | |
download | kea-74ac6abb7e9bdf613d5aa6c93426ff7bf9f671ad.tar.xz kea-74ac6abb7e9bdf613d5aa6c93426ff7bf9f671ad.zip |
[master] Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index da9d3b4bdb..3480cb68f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +*.gcda +*.gcno +*.gcov *.la *.lo *.o @@ -28,4 +31,7 @@ TAGS /py-compile /stamp-h1 +/all.info +/coverage-cpp-html /dns++.pc +/report.info |