Updated Branches: refs/heads/master a83e3c21d -> 24d15a968
Add .gitignore rules Project: http://git-wip-us.apache.org/repos/asf/ode-jacob/repo Commit: http://git-wip-us.apache.org/repos/asf/ode-jacob/commit/24d15a96 Tree: http://git-wip-us.apache.org/repos/asf/ode-jacob/tree/24d15a96 Diff: http://git-wip-us.apache.org/repos/asf/ode-jacob/diff/24d15a96 Branch: refs/heads/master Commit: 24d15a968e26c3ee6ce9292398daf3dd856dad96 Parents: a83e3c2 Author: Hadrian Zbarcea <[email protected]> Authored: Tue Jan 29 16:17:18 2013 -0500 Committer: Hadrian Zbarcea <[email protected]> Committed: Tue Jan 29 16:17:18 2013 -0500 ---------------------------------------------------------------------- .gitignore | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode-jacob/blob/24d15a96/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e34dbcc --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# for those of us using git internally +# before committing in the central svn repository. + +*.class +*.pyc +*.iml +*.ipr +*.iws +*.zip +*.jar +*.orig +*.rej +*~ +.classpath +.project +.metadata +bin +target +reports +test-output +_buildr.rb +derby.log
