Repository: ant-ivy Updated Branches: refs/heads/master 4cdcea465 -> e16d344f9
Moved .idea and *.iml ignores right after .classpath ignore Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/a60969f6 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/a60969f6 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/a60969f6 Branch: refs/heads/master Commit: a60969f61f301845d971174881b3be2fd3524644 Parents: f1d68f9 Author: Maarten Coene <[email protected]> Authored: Thu May 22 23:29:06 2014 +0200 Committer: Maarten Coene <[email protected]> Committed: Tue May 27 00:48:49 2014 +0200 ---------------------------------------------------------------------- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/a60969f6/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e3a7943..bdf1753 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .classpath +.idea +*.iml .ivy2 bin build @@ -10,4 +12,4 @@ test/test-repo/bundlerepo/*.jar test/test-repo/ivyrepo/org.apache.ivy.osgi .DS_Store doc/samples/target-platform/bundles -doc/samples/target-platform/cache +doc/samples/target-platform/cache \ No newline at end of file
