diff --git a/.gitignore b/.gitignore index 239ad02b..e03ee14f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ INSTALL tests/main tests/failmalloc compile +test-driver diff --git a/src/.gitignore b/src/.gitignore index 503aad22..a61f1841 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -6,3 +6,4 @@ nghttpx-unittest.log nghttpx-unittest.trs test-suite.log .dirstamp +libnghttpx.a diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 00000000..96f1eca8 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,3 @@ +test-suite.log +main.log +main.trs