From 9c1b5e8fb151b658d7bee7624e2c256f3877f077 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 18 Oct 2014 18:55:42 +0900 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ examples/.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 173fc47d..f5f131d4 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ doc/python-apiref.rst doc/building-android-binary.rst doc/asio_http2.h.rst doc/libnghttp2_asio.rst +python/setup.py +python/dist +python/MANIFEST diff --git a/examples/.gitignore b/examples/.gitignore index 535fe627..8846c28e 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -3,3 +3,6 @@ libevent-client libevent-server deflate asio-sv +tiny-nghttpd +asio-sv2 +asio-sv3