Git ignore velocity.log file created by Velocity test. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c5155511 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c5155511 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c5155511
Branch: refs/heads/master Commit: c5155511dd88005fe745d2528c6ba79b61af66b2 Parents: d168404 Author: Gary Gregory <[email protected]> Authored: Tue Nov 18 00:28:16 2014 -0500 Committer: Gary Gregory <[email protected]> Committed: Tue Nov 18 00:28:16 2014 -0500 ---------------------------------------------------------------------- log4j-1.2-api/.gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c5155511/log4j-1.2-api/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-1.2-api/.gitignore b/log4j-1.2-api/.gitignore index 9f0fc21..ae5f6c6 100644 --- a/log4j-1.2-api/.gitignore +++ b/log4j-1.2-api/.gitignore @@ -2,3 +2,4 @@ /target/ /.classpath /.project +/velocity.log
