Title: [292414] trunk/Source/WebGPU
Revision
292414
Author
mmaxfi...@apple.com
Date
2022-04-05 13:01:09 -0700 (Tue, 05 Apr 2022)

Log Message

[WebGPU] Set svn:ignore on WebGPU.xcodeproj
https://bugs.webkit.org/show_bug.cgi?id=238828

Reviewed by Alexey Proskuryakov.

For people who use pure SVN, building causes some spurious files to be created.
Other WebKit projects solve this by setting svn:ignore on .xcodeproj directories.
This does the same.

% svn propget svn:ignore WebGPU.xcodeproj
*.mode*
*.pbxuser
*.perspective*
project.xcworkspace
xcuserdata

%

* WebGPU.xcodeproj: Set svn:ignore.

Modified Paths

Property Changed

Diff

Modified: trunk/Source/WebGPU/ChangeLog (292413 => 292414)


--- trunk/Source/WebGPU/ChangeLog	2022-04-05 19:54:03 UTC (rev 292413)
+++ trunk/Source/WebGPU/ChangeLog	2022-04-05 20:01:09 UTC (rev 292414)
@@ -1,3 +1,25 @@
+2022-04-04  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        [WebGPU] Set svn:ignore on WebGPU.xcodeproj
+        https://bugs.webkit.org/show_bug.cgi?id=238828
+
+        Reviewed by Alexey Proskuryakov.
+
+        For people who use pure SVN, building causes some spurious files to be created.
+        Other WebKit projects solve this by setting svn:ignore on .xcodeproj directories.
+        This does the same.
+
+        % svn propget svn:ignore WebGPU.xcodeproj
+        *.mode*
+        *.pbxuser
+        *.perspective*
+        project.xcworkspace
+        xcuserdata
+        
+        % 
+
+        * WebGPU.xcodeproj: Set svn:ignore.
+
 2022-04-05  Chris Dumez  <cdu...@apple.com>
 
         Mark String(const char*) constructor as explicit
Index: trunk/Source/WebGPU/WebGPU.xcodeproj
===================================================================
--- trunk/Source/WebGPU/WebGPU.xcodeproj	2022-04-05 19:54:03 UTC (rev 292413)
+++ trunk/Source/WebGPU/WebGPU.xcodeproj	2022-04-05 20:01:09 UTC (rev 292414)

Property changes: trunk/Source/WebGPU/WebGPU.xcodeproj


Added: svn:ignore

+*.mode* +*.pbxuser +*.perspective* +project.xcworkspace +xcuserdata
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to