diff --git a/.gitignore b/.gitignore index 173fc47d7abf506f51e3e6e02fd8c7533da85817..f5f131d4f61928442ed2f4bc8a692fec2943722a 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 535fe6276ac600c627d833c850a5d112cb735a49..8846c28e5cca56c829a43676198ed1e39f29f43f 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -3,3 +3,6 @@ libevent-client libevent-server deflate asio-sv +tiny-nghttpd +asio-sv2 +asio-sv3