From 09938b978b3b583a946d35ea2b883e460a31671e Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 13 Dec 2018 07:48:51 +0300 Subject: [PATCH] gitignore: allow waflib directory, hide pyc and pycache --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 82e292aa..72a641d9 100644 --- a/.gitignore +++ b/.gitignore @@ -315,6 +315,10 @@ build-* # Waf build_current .waf-* -waf*/ +waf-*/ +waf3-*/ .lock-waf* *.lastbuildstate +*.unsuccessfulbuild +__pycache__ +*.pyc