Added composer.lock and vendors to .gitignore.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4php/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4php/commit/a1d5fd88 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/a1d5fd88 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/a1d5fd88 Branch: refs/heads/develop Commit: a1d5fd885bd3a35cb79a164fa50837786b3409b1 Parents: 382cf24 Author: Ivan Habunek <[email protected]> Authored: Sat Dec 29 12:43:25 2012 +0100 Committer: Ivan Habunek <[email protected]> Committed: Sat Dec 29 12:43:25 2012 +0100 ---------------------------------------------------------------------- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/a1d5fd88/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 44184a6..abebe10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ target temp +# Composer files +vendor +composer.lock + # Eclipse project files .buildpath .settings
