Repository: logging-log4j2 Updated Branches: refs/heads/master b291d2ac9 -> acfd7d3af
add /loggerProperties/target/ to .gitignore Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/acfd7d3a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/acfd7d3a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/acfd7d3a Branch: refs/heads/master Commit: acfd7d3af559c2b56a990e79d63569ea12bc270b Parents: b291d2a Author: rpopma <[email protected]> Authored: Sat Aug 8 16:35:01 2015 +0900 Committer: rpopma <[email protected]> Committed: Sat Aug 8 16:35:01 2015 +0900 ---------------------------------------------------------------------- log4j-samples/.gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/acfd7d3a/log4j-samples/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-samples/.gitignore b/log4j-samples/.gitignore index 4319c95..a506d66 100644 --- a/log4j-samples/.gitignore +++ b/log4j-samples/.gitignore @@ -1,3 +1,4 @@ /target/ /.project /configuration/target/ +/loggerProperties/target/
