mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
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
2
.gitignore
vendored
2
.gitignore
vendored
@ -28,6 +28,8 @@
|
|||||||
/DOCS/man/mpv.toc
|
/DOCS/man/mpv.toc
|
||||||
|
|
||||||
/waf
|
/waf
|
||||||
|
/waf-*
|
||||||
|
/waf3-*
|
||||||
/build
|
/build
|
||||||
/.waf*
|
/.waf*
|
||||||
/.lock-waf_*
|
/.lock-waf_*
|
||||||
|
Loading…
Reference in New Issue
Block a user