Updated Branches: refs/heads/develop b5b94a94d -> 233373e3b
Added Eclipse generated files 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/233373e3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/233373e3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/233373e3 Branch: refs/heads/develop Commit: 233373e3b230d1ea12f2ed02a2e7e21323234e67 Parents: b5b94a9 Author: Ivan Habunek <[email protected]> Authored: Wed Dec 19 13:16:15 2012 +0100 Committer: Ivan Habunek <[email protected]> Committed: Wed Dec 19 13:16:15 2012 +0100 ---------------------------------------------------------------------- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/233373e3/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 957eace..44184a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ target temp + +# Eclipse project files +.buildpath +.settings +.project
