Skip to content

Commit 3c0d314

Browse files
authored
Merge pull request #1917 from seanfisk/seanfisk/waf-updates
Update Waf for URL and specificity
2 parents 9b44951 + d80090a commit 3c0d314

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Waf.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# for projects that use Waf for building: http://code.google.com/p/waf/
2-
.waf-*
3-
.waf3-*
4-
.lock-*
1+
# For projects that use the Waf build system: https://waf.io/
2+
# Dot-hidden on Unix-like systems
3+
.waf-*-*/
4+
.waf3-*-*/
5+
# Hidden directory on Windows (no dot)
6+
waf-*-*/
7+
waf3-*-*/
8+
# Lockfile
9+
.lock-waf_*_build

0 commit comments

Comments
 (0)