Browse Source

gitignore: allow waflib directory, hide pyc and pycache

pull/2/head
Alibek Omarov 6 years ago
parent
commit
09938b978b
  1. 6
      .gitignore

6
.gitignore vendored

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

Loading…
Cancel
Save