.gitignore tweaks
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/7a45a009 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/7a45a009 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/7a45a009 Branch: refs/heads/ode-1.3.6.x Commit: 7a45a0092865f6cec355e137b9e47e17455f1d2f Parents: e1a7881 Author: Tammo van Lessen <[email protected]> Authored: Fri Aug 23 18:52:51 2013 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Fri Aug 23 18:52:51 2013 +0200 ---------------------------------------------------------------------- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/7a45a009/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 32bb24e..1b8e314 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# for those of us using git internally -# before committing in the central svn repository. - *.class *.pyc *.iml @@ -20,3 +17,5 @@ reports test-output _buildr.rb *.log +.settings +build
