We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b44951 + d80090a commit 3c0d314Copy full SHA for 3c0d314
Waf.gitignore
@@ -1,4 +1,9 @@
1
-# for projects that use Waf for building: http://code.google.com/p/waf/
2
-.waf-*
3
-.waf3-*
4
-.lock-*
+# For projects that use the Waf build system: https://waf.io/
+# Dot-hidden on Unix-like systems
+.waf-*-*/
+.waf3-*-*/
5
+# Hidden directory on Windows (no dot)
6
+waf-*-*/
7
+waf3-*-*/
8
+# Lockfile
9
+.lock-waf_*_build
0 commit comments