aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTed Mielczarek <ted@mielczarek.org>2015-09-11 14:20:15 -0400
committerTed Mielczarek <ted@mielczarek.org>2015-09-11 14:20:15 -0400
commitd28bebcd163d2f4bc7c0d1f0580e2c38db0bbfaa (patch)
tree25c8f9f3a80ad0d284e53b4cfcdcf5c6ad7b1672 /.gitignore
parentsolaris: fix spurious ; (diff)
downloadbreakpad-d28bebcd163d2f4bc7c0d1f0580e2c38db0bbfaa.tar.xz
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 .
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
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