Skip to content

Commit 27735e9

Browse files
.gitignore contains 'build/' which causes all directories named 'build/' to be ignored
https://bugs.webkit.org/show_bug.cgi?id=224227 Patch by Kimmo Kinnunen <kkinnunen@apple.com> on 2021-04-07 Reviewed by Ryosuke Niwa. Remove 'build/' from .gitignore, it was causing errors by hiding files. WebGL conformance test suite files have directiories with 'build/' in its path. Most likely '/build/' is not a common build directory, since the scripts seem to default to '/WebKitBuild/'. * .gitignore: Canonical link: https://commits.webkit.org/236246@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@275601 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent deee5f6 commit 27735e9

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*.pyc
55
.DS_Store
66
.directory
7-
build/
8-
!/PerformanceTests/Speedometer/**/build/
97
/WebKitBuild/
108
/test262-results/
119
autoinstall.cache.d

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2021-04-07 Kimmo Kinnunen <kkinnunen@apple.com>
2+
3+
.gitignore contains 'build/' which causes all directories named 'build/' to be ignored
4+
https://bugs.webkit.org/show_bug.cgi?id=224227
5+
6+
Reviewed by Ryosuke Niwa.
7+
8+
Remove 'build/' from .gitignore, it was causing errors by hiding files.
9+
WebGL conformance test suite files have directiories with 'build/' in its path.
10+
11+
Most likely '/build/' is not a common build directory, since the scripts
12+
seem to default to '/WebKitBuild/'.
13+
14+
* .gitignore:
15+
116
2021-04-06 Philippe Normand <pnormand@igalia.com>
217

318
REGRESSION(r275275): Broke some build configs lacking openh264

0 commit comments

Comments
 (0)