diff options
author | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-05-07 14:32:51 -0700 |
---|---|---|
committer | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-05-07 14:32:51 -0700 |
commit | f51e8587fcb17677826ecf3d08dde3f46089a305 (patch) | |
tree | da3565478ea8f2ec075dfc606adef696814d44df /src | |
parent | 57e289c103ffd8ca64bb95ad621de0643246f4ed (diff) | |
parent | ff73231610b5245f12191a8c0608f53689549ab5 (diff) |
Merge pull request #1518 from stanley-cheung/php_ignore_vendor_folder
ignore PHP vendor/ folder
Diffstat (limited to 'src')
-rw-r--r-- | src/php/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php/.gitignore b/src/php/.gitignore index 36c8721d53..ecde2ca4c6 100644 --- a/src/php/.gitignore +++ b/src/php/.gitignore @@ -19,3 +19,4 @@ mkinstalldirs ext/grpc/ltmain.sh composer.lock +vendor/ |