Title: [121801] trunk
Revision
121801
Author
[email protected]
Date
2012-07-03 13:26:08 -0700 (Tue, 03 Jul 2012)

Log Message

[chromium] Unreviewed, update .gitignore to handle VS2010 files.

Source/_javascript_Core:

* _javascript_Core.gyp/.gitignore:

Source/Platform:

* Platform.gyp/.gitignore:

Source/ThirdParty:

* glu/.gitignore:

Source/WebCore:

* WebCore.gyp/.gitignore:

Source/WebKit/chromium:

* .gitignore:

Source/WTF:

* WTF.gyp/.gitignore:

Tools:

* .gitignore:
* DumpRenderTree/DumpRenderTree.gyp/.gitignore:
* TestWebKitAPI/TestWebKitAPI.gyp/.gitignore:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (121800 => 121801)


--- trunk/Source/_javascript_Core/ChangeLog	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-07-03 20:26:08 UTC (rev 121801)
@@ -1,3 +1,9 @@
+2012-07-03  Tony Chang  <[email protected]>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * _javascript_Core.gyp/.gitignore:
+
 2012-07-03  Mark Lam  <[email protected]>
 
         Add ability to symbolically set and dump JSC VM options.

Modified: trunk/Source/_javascript_Core/_javascript_Core.gyp/.gitignore (121800 => 121801)


--- trunk/Source/_javascript_Core/_javascript_Core.gyp/.gitignore	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/_javascript_Core/_javascript_Core.gyp/.gitignore	2012-07-03 20:26:08 UTC (rev 121801)
@@ -2,4 +2,5 @@
 *.mk
 *.sln
 *.vcproj*
+*.vcxproj*
 _javascript_Core.xcodeproj

Modified: trunk/Source/Platform/ChangeLog (121800 => 121801)


--- trunk/Source/Platform/ChangeLog	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/Platform/ChangeLog	2012-07-03 20:26:08 UTC (rev 121801)
@@ -1,3 +1,9 @@
+2012-07-03  Tony Chang  <[email protected]>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * Platform.gyp/.gitignore:
+
 2012-07-02  Tommy Widenflycht  <[email protected]>
 
         MediaStream API: Update MediaStreamTrackList to match the specification

Modified: trunk/Source/Platform/Platform.gyp/.gitignore (121800 => 121801)


--- trunk/Source/Platform/Platform.gyp/.gitignore	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/Platform/Platform.gyp/.gitignore	2012-07-03 20:26:08 UTC (rev 121801)
@@ -2,4 +2,5 @@
 *.mk
 *.sln
 *.vcproj*
+*.vcxproj*
 *.xcodeproj*

Modified: trunk/Source/ThirdParty/ChangeLog (121800 => 121801)


--- trunk/Source/ThirdParty/ChangeLog	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/ThirdParty/ChangeLog	2012-07-03 20:26:08 UTC (rev 121801)
@@ -1,3 +1,9 @@
+2012-07-03  Tony Chang  <[email protected]>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * glu/.gitignore:
+
 2012-06-27  Ryosuke Niwa  <[email protected]>
 
         Fix gcc build after r121302

Modified: trunk/Source/ThirdParty/glu/.gitignore (121800 => 121801)


--- trunk/Source/ThirdParty/glu/.gitignore	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/ThirdParty/glu/.gitignore	2012-07-03 20:26:08 UTC (rev 121801)
@@ -2,4 +2,5 @@
 *.mk
 *.sln
 *.vcproj
+*.vcxproj*
 glu.xcodeproj

Modified: trunk/Source/WTF/ChangeLog (121800 => 121801)


--- trunk/Source/WTF/ChangeLog	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/WTF/ChangeLog	2012-07-03 20:26:08 UTC (rev 121801)
@@ -1,3 +1,9 @@
+2012-07-03  Tony Chang  <[email protected]>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * WTF.gyp/.gitignore:
+
 2012-07-03  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Make use of .qmake.cache for caching features

Modified: trunk/Source/WTF/WTF.gyp/.gitignore (121800 => 121801)


--- trunk/Source/WTF/WTF.gyp/.gitignore	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/WTF/WTF.gyp/.gitignore	2012-07-03 20:26:08 UTC (rev 121801)
@@ -2,4 +2,5 @@
 *.mk
 *.sln
 *.vcproj*
+*.vcxproj*
 WTF.xcodeproj

Modified: trunk/Source/WebCore/ChangeLog (121800 => 121801)


--- trunk/Source/WebCore/ChangeLog	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/WebCore/ChangeLog	2012-07-03 20:26:08 UTC (rev 121801)
@@ -1,3 +1,9 @@
+2012-07-03  Tony Chang  <[email protected]>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * WebCore.gyp/.gitignore:
+
 2012-07-03  Zan Dobersek  <[email protected]>
 
         [Gtk][Gamepads] 'warning: comparison is always true due to limited range of data type [-Wtype-limits]' in GamepadsGtk.cpp

Modified: trunk/Source/WebCore/WebCore.gyp/.gitignore (121800 => 121801)


--- trunk/Source/WebCore/WebCore.gyp/.gitignore	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/WebCore/WebCore.gyp/.gitignore	2012-07-03 20:26:08 UTC (rev 121801)
@@ -4,4 +4,8 @@
 *.sln
 *.tmp
 *.vcproj*
+*.vcxproj*
 WebCore.xcodeproj
+webcore_bindings_sources.props
+webcore_bindings_sources.targets
+webcore_bindings_sources.xml

Modified: trunk/Source/WebKit/chromium/.gitignore (121800 => 121801)


--- trunk/Source/WebKit/chromium/.gitignore	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/WebKit/chromium/.gitignore	2012-07-03 20:26:08 UTC (rev 121801)
@@ -4,7 +4,11 @@
 *.mk
 *.sln
 *.vcproj*
+*.vcxproj*
+All.ncb
+All.sdf
 All.xcodeproj
+WebKit.ncb
 WebKit.xcodeproj
 WebKitUnitTests.xcodeproj
 

Modified: trunk/Source/WebKit/chromium/ChangeLog (121800 => 121801)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-07-03 20:26:08 UTC (rev 121801)
@@ -1,5 +1,11 @@
 2012-07-03  Tony Chang  <[email protected]>
 
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * .gitignore:
+
+2012-07-03  Tony Chang  <[email protected]>
+
         Unreviewed.  Rolled DEPS.
 
         * DEPS:

Modified: trunk/Tools/.gitignore (121800 => 121801)


--- trunk/Tools/.gitignore	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Tools/.gitignore	2012-07-03 20:26:08 UTC (rev 121801)
@@ -2,3 +2,5 @@
 
 # Ignore files generated by the Qt build-system:
 qmake/.build-hint
+
+Tools.sln

Modified: trunk/Tools/ChangeLog (121800 => 121801)


--- trunk/Tools/ChangeLog	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Tools/ChangeLog	2012-07-03 20:26:08 UTC (rev 121801)
@@ -1,3 +1,11 @@
+2012-07-03  Tony Chang  <[email protected]>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * .gitignore:
+        * DumpRenderTree/DumpRenderTree.gyp/.gitignore:
+        * TestWebKitAPI/TestWebKitAPI.gyp/.gitignore:
+
 2012-07-03  Ojan Vafai  <[email protected]>
 
         Have webkit-patch rebaseline use rebaseline-test-internal

Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/.gitignore (121800 => 121801)


--- trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/.gitignore	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/.gitignore	2012-07-03 20:26:08 UTC (rev 121801)
@@ -2,4 +2,5 @@
 *.mk
 *.sln
 *.vcproj*
+*.vcxproj*
 *.xcodeproj*

Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/.gitignore (121800 => 121801)


--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/.gitignore	2012-07-03 20:23:41 UTC (rev 121800)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/.gitignore	2012-07-03 20:26:08 UTC (rev 121801)
@@ -2,4 +2,5 @@
 *.mk
 *.sln
 *.vcproj*
+*.vcxproj*
 *.xcodeproj*
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to