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/b9c3b208 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/b9c3b208 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/b9c3b208 Branch: refs/heads/maven Commit: b9c3b208de11c28358bce169b0c1597644e53d57 Parents: 7027cfa Author: Jose Barragan <[email protected]> Authored: Fri Feb 28 19:08:27 2014 +0100 Committer: Jose Barragan <[email protected]> Committed: Sun Mar 23 14:09:19 2014 +0100 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/b9c3b208/.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
