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
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

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