ignore maven target folder Signed-off-by: Jose Barragan <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/fab83147 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/fab83147 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/fab83147 Branch: refs/heads/maven Commit: fab831474b075c05183d3845f6d0a684709b0bde Parents: a4a3291 Author: Jose Barragan <[email protected]> Authored: Fri Feb 28 19:08:27 2014 +0100 Committer: Jose Barragan <[email protected]> Committed: Thu Apr 24 18:03:14 2014 +0200 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fab83147/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 0eecb39..4b80a65 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ local.properties out/ temp/ rat.report + +# maven +target
