> On Jan. 3, 2017, 11:33 p.m., David Kantor wrote: > > Rather then having separate .gitignore files in each sub-project, is it not > > possible to enhance the existing .gitignore file in the root project to > > cover this use case?
Agreed - I have made this change. - David ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54858/#review160443 ----------------------------------------------------------- On Jan. 4, 2017, 10:37 a.m., David Radley wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/54858/ > ----------------------------------------------------------- > > (Updated Jan. 4, 2017, 10:37 a.m.) > > > Review request for atlas and David Kantor. > > > Repository: atlas > > > Description > ------- > > Added .gitignore files so git does not see binary files as changed. Atlas > type system project has a strange .gitignore that I have not touched. I > notice it contains ignores for Eclipse files, but the way we run it the > eclipse files are not picked up by git. > > > Diffs > ----- > > .gitignore cf2ef7445407f846329b0849d23dcb0aecc4d242 > > Diff: https://reviews.apache.org/r/54858/diff/ > > > Testing > ------- > > git status shows no untracked changes after a compile. > > > Thanks, > > David Radley > >
