diff options
author | Olivier Clavel <olivier.clavel@gmail.com> | 2017-02-14 16:37:44 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2017-04-04 17:13:20 +0200 |
commit | 272e7babf9ebeab5f78850394d72c9431041e2e9 (patch) | |
tree | f885eb03bf70413de84e6e586b9b3a33b27ee736 /.gitignore | |
parent | Various Fixes for testing in valgrind (diff) | |
download | kea-272e7babf9ebeab5f78850394d72c9431041e2e9.tar.xz kea-272e7babf9ebeab5f78850394d72c9431041e2e9.zip |
Ignore files generated for gtest when compiling with --with-gtest-source
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fe1763dbaa..ea1f60bd51 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,5 @@ config.h.in~ /local.zone.sqlite3 /logger_lockfile /report.info + +/ext/gtest/ |