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 .
This commit is contained in:
Ted Mielczarek 2015-09-11 14:20:15 -04:00
parent 1dcec01445
commit d28bebcd16

5
.gitignore vendored
View file

@ -65,6 +65,11 @@ stamp-h1
*.vcproj
*.vcxproj
# Ignore GYP generated Makefiles
src/Makefile
*.Makefile
*.target.mk
# Ignore compiled Python files.
*.pyc