Repository: ant-easyant-plugins Updated Branches: refs/heads/master 2b7a54710 -> 5eabfe0b6
add gitignore Project: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/commit/b994902d Tree: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/tree/b994902d Diff: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/diff/b994902d Branch: refs/heads/master Commit: b994902dc11f96f5315c0186954b4d29bfb36d3e Parents: 2b7a547 Author: Jean-Louis Boudart <[email protected]> Authored: Mon Nov 24 20:05:39 2014 +0100 Committer: Jean-Louis Boudart <[email protected]> Committed: Mon Nov 24 20:05:39 2014 +0100 ---------------------------------------------------------------------- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/blob/b994902d/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..38d273e --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +target +.classpath +.project +.settings +.idea +*.iml +lib +offline +*.patch
