diff options
author | Sean Fisk <sean@seanfisk.com> | 2016-03-24 13:26:58 -0400 |
---|---|---|
committer | Sean Fisk <sean@seanfisk.com> | 2016-03-24 13:26:58 -0400 |
commit | d80090a04a40a6376ddbbe1e46130947b8474069 (patch) | |
tree | ed5f688daca1630e67135b1bb88ef38606a106c2 | |
parent | 7e93ef34489ba831766a6b56e67522fda0ed21fd (diff) | |
download | gitignore-d80090a04a40a6376ddbbe1e46130947b8474069.tar.gz gitignore-d80090a04a40a6376ddbbe1e46130947b8474069.zip |
Waf: Be more explicit in patterns
-rw-r--r-- | Waf.gitignore | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Waf.gitignore b/Waf.gitignore index 56181927..dad2b56b 100644 --- a/Waf.gitignore +++ b/Waf.gitignore @@ -1,4 +1,9 @@ -.waf-* -.waf3-* -.lock-* # For projects that use the Waf build system: https://waf.io/ +# Dot-hidden on Unix-like systems +.waf-*-*/ +.waf3-*-*/ +# Hidden directory on Windows (no dot) +waf-*-*/ +waf3-*-*/ +# Lockfile +.lock-waf_*_build |