From 12a46a13480ef89ff47129841e3e7a8ebce16ae1 Mon Sep 17 00:00:00 2001 From: "adamk@chromium.org" Date: Tue, 22 Nov 2011 20:28:49 +0000 Subject: [PATCH] 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 --- .gitignore | 5 +++++ ChangeLog | 6 ++++++ 2 files changed, 11 insertions(+) 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 -- 1.8.3.1