Repository: incubator-openaz Updated Branches: refs/heads/master f76cc4fb8 -> fd903454f
added a .gitignore file Project: http://git-wip-us.apache.org/repos/asf/incubator-openaz/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-openaz/commit/fd903454 Tree: http://git-wip-us.apache.org/repos/asf/incubator-openaz/tree/fd903454 Diff: http://git-wip-us.apache.org/repos/asf/incubator-openaz/diff/fd903454 Branch: refs/heads/master Commit: fd903454fd275482024c67be31307de965aac6ce Parents: f76cc4f Author: Emmanuel Lécharny <[email protected]> Authored: Wed Apr 15 14:42:31 2015 +0200 Committer: Emmanuel Lécharny <[email protected]> Committed: Wed Apr 15 14:42:31 2015 +0200 ---------------------------------------------------------------------- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/fd903454/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2db461e --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +target +.project +.classpath +.settings +*.log +*.iml +*.ipr +build +dist +
