diff options
author | Ondřej Surý <ondrej@sury.org> | 2017-09-20 14:02:07 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2017-10-02 16:49:29 +0200 |
commit | fe1454bb7dbde99e4f8569ec339ff1f71852414f (patch) | |
tree | 6fae12f76b51e0c510cb5d1a887ed86e518b81bb /.gitignore | |
parent | Automatically checkout the submodules when doing GitLab CI builds (diff) | |
download | knot-fe1454bb7dbde99e4f8569ec339ff1f71852414f.tar.xz knot-fe1454bb7dbde99e4f8569ec339ff1f71852414f.zip |
Add better support for LLVM libFuzzer packet parser tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 818d5163e..0e3a66a41 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ /src/libknot.pc /src/libknot/version.h /src/knot/modules/static_modules.h +/test-driver # dnstap /src/contrib/dnstap/Makefile |