mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-26 08:07:47 +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
1 changed files with 5 additions and 0 deletions
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