gitignore: allow waflib directory, hide pyc and pycache

This commit is contained in:
Alibek Omarov 2018-12-13 07:48:51 +03:00
parent 6eb327eac2
commit 09938b978b

6
.gitignore vendored
View File

@ -315,6 +315,10 @@ build-*
# Waf # Waf
build_current build_current
.waf-* .waf-*
waf*/ waf-*/
waf3-*/
.lock-waf* .lock-waf*
*.lastbuildstate *.lastbuildstate
*.unsuccessfulbuild
__pycache__
*.pyc