[chromium] Unreviewed, update .gitignore to handle VS2010 files.
authortony@chromium.org <tony@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Jul 2012 20:26:08 +0000 (20:26 +0000)
committertony@chromium.org <tony@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Jul 2012 20:26:08 +0000 (20:26 +0000)
Source/JavaScriptCore:

* JavaScriptCore.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:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121801 268f45cc-cd09-0410-ab3c-d52691b4dbfc

16 files changed:
Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/JavaScriptCore.gyp/.gitignore
Source/Platform/ChangeLog
Source/Platform/Platform.gyp/.gitignore
Source/ThirdParty/ChangeLog
Source/ThirdParty/glu/.gitignore
Source/WTF/ChangeLog
Source/WTF/WTF.gyp/.gitignore
Source/WebCore/ChangeLog
Source/WebCore/WebCore.gyp/.gitignore
Source/WebKit/chromium/.gitignore
Source/WebKit/chromium/ChangeLog
Tools/.gitignore
Tools/ChangeLog
Tools/DumpRenderTree/DumpRenderTree.gyp/.gitignore
Tools/TestWebKitAPI/TestWebKitAPI.gyp/.gitignore

index dbddc23..ba5e8b2 100644 (file)
@@ -1,3 +1,9 @@
+2012-07-03  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * JavaScriptCore.gyp/.gitignore:
+
 2012-07-03  Mark Lam  <mark.lam@apple.com>
 
         Add ability to symbolically set and dump JSC VM options.
index 07e4052..0e59887 100644 (file)
@@ -1,3 +1,9 @@
+2012-07-03  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * Platform.gyp/.gitignore:
+
 2012-07-02  Tommy Widenflycht  <tommyw@google.com>
 
         MediaStream API: Update MediaStreamTrackList to match the specification
index eced9a7..9dff5fa 100644 (file)
@@ -1,3 +1,9 @@
+2012-07-03  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * glu/.gitignore:
+
 2012-06-27  Ryosuke Niwa  <rniwa@webkit.org>
 
         Fix gcc build after r121302
index ce486c6..2ee4f8c 100644 (file)
@@ -2,4 +2,5 @@
 *.mk
 *.sln
 *.vcproj
+*.vcxproj*
 glu.xcodeproj
index 54faa2b..6b34f5e 100644 (file)
@@ -1,3 +1,9 @@
+2012-07-03  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * WTF.gyp/.gitignore:
+
 2012-07-03  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
 
         [Qt] Make use of .qmake.cache for caching features
index 37f58cd..0664198 100644 (file)
@@ -2,4 +2,5 @@
 *.mk
 *.sln
 *.vcproj*
+*.vcxproj*
 WTF.xcodeproj
index d5f0a2f..62e3152 100644 (file)
@@ -1,3 +1,9 @@
+2012-07-03  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * WebCore.gyp/.gitignore:
+
 2012-07-03  Zan Dobersek  <zandobersek@gmail.com>
 
         [Gtk][Gamepads] 'warning: comparison is always true due to limited range of data type [-Wtype-limits]' in GamepadsGtk.cpp
index f2f101c..d0ba3eb 100644 (file)
@@ -4,4 +4,8 @@
 *.sln
 *.tmp
 *.vcproj*
+*.vcxproj*
 WebCore.xcodeproj
+webcore_bindings_sources.props
+webcore_bindings_sources.targets
+webcore_bindings_sources.xml
index 12ec0f7..eece022 100644 (file)
@@ -4,7 +4,11 @@
 *.mk
 *.sln
 *.vcproj*
+*.vcxproj*
+All.ncb
+All.sdf
 All.xcodeproj
+WebKit.ncb
 WebKit.xcodeproj
 WebKitUnitTests.xcodeproj
 
index 1881ac1..3b1a05d 100644 (file)
@@ -1,5 +1,11 @@
 2012-07-03  Tony Chang  <tony@chromium.org>
 
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * .gitignore:
+
+2012-07-03  Tony Chang  <tony@chromium.org>
+
         Unreviewed.  Rolled DEPS.
 
         * DEPS:
index f53720b..2f4adec 100644 (file)
@@ -2,3 +2,5 @@ Scripts/webkitpy/thirdparty/autoinstalled
 
 # Ignore files generated by the Qt build-system:
 qmake/.build-hint
+
+Tools.sln
index 01becc8..a6e9d69 100644 (file)
@@ -1,3 +1,11 @@
+2012-07-03  Tony Chang  <tony@chromium.org>
+
+        [chromium] Unreviewed, update .gitignore to handle VS2010 files.
+
+        * .gitignore:
+        * DumpRenderTree/DumpRenderTree.gyp/.gitignore:
+        * TestWebKitAPI/TestWebKitAPI.gyp/.gitignore:
+
 2012-07-03  Ojan Vafai  <ojan@chromium.org>
 
         Have webkit-patch rebaseline use rebaseline-test-internal