git ignore
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b4645c46 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b4645c46 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b4645c46 Branch: refs/heads/master Commit: b4645c4608517877aba49bac8d3aec695d8922fc Parents: 698bfb7 Author: Michael Mosmann <[email protected]> Authored: Mon Oct 1 20:40:27 2012 +0200 Committer: Michael Mosmann <[email protected]> Committed: Mon Oct 1 20:40:27 2012 +0200 ---------------------------------------------------------------------- .gitignore | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/b4645c46/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 386b256..c0d1544 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ -target +**target* velocity.log -.project -.classpath +**.project +**.classpath +**.settings *velocity.log* *.idea/ *.iml
