aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Fisk <sean@seanfisk.com>2016-03-24 13:26:58 -0400
committerSean Fisk <sean@seanfisk.com>2016-03-24 13:26:58 -0400
commitd80090a04a40a6376ddbbe1e46130947b8474069 (patch)
treeed5f688daca1630e67135b1bb88ef38606a106c2
parent7e93ef34489ba831766a6b56e67522fda0ed21fd (diff)
downloadgitignore-d80090a04a40a6376ddbbe1e46130947b8474069.tar.gz
gitignore-d80090a04a40a6376ddbbe1e46130947b8474069.zip
Waf: Be more explicit in patterns
-rw-r--r--Waf.gitignore11
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