Title: [245081] trunk
- Revision
- 245081
- Author
- [email protected]
- Date
- 2019-05-08 17:15:04 -0700 (Wed, 08 May 2019)
Log Message
Add .vs and .vscode directories to .gitignore.
https://bugs.webkit.org/show_bug.cgi?id=197727
Reviewed by Don Olmstead.
* .gitignore:
Modified Paths
Diff
Modified: trunk/.gitignore (245080 => 245081)
--- trunk/.gitignore 2019-05-09 00:03:00 UTC (rev 245080)
+++ trunk/.gitignore 2019-05-09 00:15:04 UTC (rev 245081)
@@ -12,10 +12,12 @@
project.xcworkspace
xcuserdata
-# Ignore auto-generated files by VS2005 and VS2010.
+# Ignore auto-generated files by VS & VSCode.
*.vcproj.*.user
*.suo
*.ncb
+/.vs/
+/.vscode/
# Ignore common tool auto-generated files.
.gdbinit
Modified: trunk/ChangeLog (245080 => 245081)
--- trunk/ChangeLog 2019-05-09 00:03:00 UTC (rev 245080)
+++ trunk/ChangeLog 2019-05-09 00:15:04 UTC (rev 245081)
@@ -1,3 +1,12 @@
+2019-05-08 Ross Kirsling <[email protected]>
+
+ Add .vs and .vscode directories to .gitignore.
+ https://bugs.webkit.org/show_bug.cgi?id=197727
+
+ Reviewed by Don Olmstead.
+
+ * .gitignore:
+
2019-05-07 Keith Rollin <[email protected]>
Add option to build-webkit to control whether or not XCBuild is used
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes