make .gitignore compatible with mvn versions:set
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/0f067f1f Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/0f067f1f Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/0f067f1f Branch: refs/heads/master Commit: 0f067f1f9dc5d81977457f2e289e7946b4590dd2 Parents: 9cb37a9 Author: Peter Ansell <[email protected]> Authored: Wed Jun 26 09:57:33 2013 +1000 Committer: Peter Ansell <[email protected]> Committed: Wed Jun 26 09:57:33 2013 +1000 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/0f067f1f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5530aa1..5b95cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ target .classpath .settings .project +pom.xml.versionsBackup
