Ignore new files in .settings, you can always add them manually if you want
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/75bc3f34 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/75bc3f34 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/75bc3f34 Branch: refs/heads/master Commit: 75bc3f34bb7e0a79d7cd591c1034f8d500d2fb87 Parents: f7d3ad2 Author: Emond Papegaaij <[email protected]> Authored: Mon Jan 14 07:30:20 2013 +0100 Committer: Emond Papegaaij <[email protected]> Committed: Mon Jan 14 08:31:01 2013 +0100 ---------------------------------------------------------------------- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/75bc3f34/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 797d696..3bc1505 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ target velocity.log .project .classpath +.settings *velocity.log*
