We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e93ef3 commit d80090aCopy full SHA for d80090a
1 file changed
Waf.gitignore
@@ -1,4 +1,9 @@
1
-.waf-*
2
-.waf3-*
3
-.lock-*
4
# 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