Git ignore Maven build output folder. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/36da1bbe Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/36da1bbe Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/36da1bbe
Branch: refs/heads/master Commit: 36da1bbe0111e7d34ecafd6adfcefebf92669881 Parents: f836dad Author: Gary Gregory <[email protected]> Authored: Sun Aug 31 14:44:01 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sun Aug 31 14:44:01 2014 -0400 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/36da1bbe/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index b7a2888..80fdf49 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.idea **/*.iml **/target +/target/
