mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-01-18 15:07:09 +00:00
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:
parent
1dcec01445
commit
d28bebcd16
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -65,6 +65,11 @@ stamp-h1
|
|||
*.vcproj
|
||||
*.vcxproj
|
||||
|
||||
# Ignore GYP generated Makefiles
|
||||
src/Makefile
|
||||
*.Makefile
|
||||
*.target.mk
|
||||
|
||||
# Ignore compiled Python files.
|
||||
*.pyc
|
||||
|
||||
|
|
Loading…
Reference in a new issue