You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2012/12/29 13:49:21 UTC

[1/3] git commit: Added composer.lock and vendors to .gitignore.

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 <iv...@gmail.com>
Authored: Sat Dec 29 12:43:25 2012 +0100
Committer: Ivan Habunek <iv...@gmail.com>
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