Skip to content

Commit

Permalink
Updating to have .gitignore entry for generated sources in common. Wi…
Browse files Browse the repository at this point in the history
…ll fix to relocate generated sources to build later
  • Loading branch information
tgianos committed Oct 28, 2014
1 parent 7b3808a commit 9f8f987
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ temp/*
genie-client/src/main/python/dist
genie-client/src/main/python/build
genie-client/src/main/python/nflx_genie_client.egg-info
genie-client/src/main/python/MANIFEST
genie-client/src/main/python/MANIFEST
genie-common/src/generated
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
import org.mockito.Mockito;
import org.springframework.data.jpa.domain.Specification;

import javax.persistence.criteria.*;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Expression;
import javax.persistence.criteria.Path;
import javax.persistence.criteria.Predicate;
import javax.persistence.criteria.Root;
import java.util.Date;
import java.util.UUID;
import java.util.HashSet;
Expand Down

0 comments on commit 9f8f987

Please sign in to comment.