From b14a97a27307f1f1f963692e17c62b0c1516e242 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 14 Sep 2013 21:18:08 +0900 Subject: [PATCH] Update .gitignore --- .gitignore | 1 + src/.gitignore | 1 + tests/.gitignore | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 tests/.gitignore 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