So the code is up! We still need to rebrand the package names though. On Wed, Oct 28, 2015 at 1:58 PM, <[email protected]> wrote:
> Repository: incubator-rya > Updated Branches: > refs/heads/master 013d2968d -> b8bea9b77 > > > initial commit > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/b8bea9b7 > Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/b8bea9b7 > Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/b8bea9b7 > > Branch: refs/heads/master > Commit: b8bea9b777d146b7be7b9989ba176a7706b17bf1 > Parents: 013d296 > Author: pujav65 <[email protected]> > Authored: Wed Oct 28 13:57:44 2015 -0400 > Committer: pujav65 <[email protected]> > Committed: Wed Oct 28 13:57:44 2015 -0400 > > ---------------------------------------------------------------------- > .gitignore | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 58 insertions(+) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/b8bea9b7/.gitignore > ---------------------------------------------------------------------- > diff --git a/.gitignore b/.gitignore > index 8b13789..03bf991 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1 +1,59 @@ > +## Eclipse > +*.pydevproject > +.project > +.metadata > +bin/** > +tmp/** > +tmp/**/* > +*.tmp > +*.bak > +*.swp > +*~.nib > +local.properties > +.classpath > +.settings/ > +.loadpath > > +# External tool builders > +.externalToolBuilders/ > + > +# Locally stored "Eclipse launch configurations" > +*.launch > + > +# CDT-specific > +.cproject > + > +# PDT-specific > +.buildpath > + > +## Intellij > +*.iml > +*.ipr > +*.iws > +.idea/ > + > +## Maven > +target/ > + > +## Other > +bin/ > +bin-groovy/ > +build/ > +out/ > +.manager/ > +.svn/ > +*/.svn > +.DS_Store > +.gradle > +*.iws > +*.ipr > +.clover > + > +stagingDir > +JRatOutput > +shiftone-jrat.jar > +*.versionsBackup > + > +blueprints.log > +MANIFEST.MF > +delme* > >
