From: adamk@chromium.org Date: Tue, 22 Nov 2011 20:28:49 +0000 (+0000) Subject: Ignore more gyp-generated build files in WTF.gyp. X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=commitdiff_plain;h=12a46a13480ef89ff47129841e3e7a8ebce16ae1 Ignore more gyp-generated build files in WTF.gyp. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@101022 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/.gitignore b/.gitignore index afcbfa5..4f0cd63 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,11 @@ Source/ThirdParty/glu/*.ninja Source/ThirdParty/glu/*.sln Source/ThirdParty/glu/*.vcproj Source/ThirdParty/glu/glu.xcodeproj +Source/WTF/WTF.gyp/*.Makefile +Source/WTF/WTF.gyp/*.mk +Source/WTF/WTF.gyp/*.ninja +Source/WTF/WTF.gyp/*.sln +Source/WTF/WTF.gyp/*.vcproj* Source/WTF/WTF.gyp/WTF.xcodeproj Source/WebCore/WebCore.gyp/*.Makefile Source/WebCore/WebCore.gyp/*.mk diff --git a/ChangeLog b/ChangeLog index 0f61ec7..f38a257 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-11-22 Adam Klein + + Ignore more gyp-generated build files in WTF.gyp. + + * .gitignore: + 2011-11-22 Andy Wingo Fix .dir-locals.el to only apply to specific modes