gitignore: ignore waf directory on Windows

In native Windows, waflib is kept in /waf-1.8.4-* or /waf3-1.8.4-*
instead of /.waf-1.8.4-* and /.waf3-1.8.4-*
This commit is contained in:
James Ross-Gowan 2014-12-05 21:37:22 +11:00
parent f5ac80ea88
commit 3ee952fe89
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -28,6 +28,8 @@
/DOCS/man/mpv.toc /DOCS/man/mpv.toc
/waf /waf
/waf-*
/waf3-*
/build /build
/.waf* /.waf*
/.lock-waf_* /.lock-waf_*