mirror of https://github.com/mpv-player/mpv
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:
parent
f5ac80ea88
commit
3ee952fe89
|
@ -28,6 +28,8 @@
|
|||
/DOCS/man/mpv.toc
|
||||
|
||||
/waf
|
||||
/waf-*
|
||||
/waf3-*
|
||||
/build
|
||||
/.waf*
|
||||
/.lock-waf_*
|
||||
|
|
Loading…
Reference in New Issue