From d28bebcd163d2f4bc7c0d1f0580e2c38db0bbfaa Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Fri, 11 Sep 2015 14:20:15 -0400 Subject: Update gitignore to ignore more GYP things Now that we're using gclient everywhere, the hook to run gyp on the Windows projects gets run on Linux, so we get Makefiles strewn around the tree. R=vapier@chromium.org Review URL: https://codereview.chromium.org/1339653002 . --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 0a70ae91..eaac5da8 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,11 @@ stamp-h1 *.vcproj *.vcxproj +# Ignore GYP generated Makefiles +src/Makefile +*.Makefile +*.target.mk + # Ignore compiled Python files. *.pyc -- cgit v1.2.1