You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by David Radley <da...@uk.ibm.com> on 2017/02/08 16:05:44 UTC

Re: Review Request 54858: Atlas-1378: Use .gitignore so git does not see binary files as changed

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54858/
-----------------------------------------------------------

(Updated Feb. 8, 2017, 4:05 p.m.)


Review request for atlas and David Kantor.


Summary (updated)
-----------------

Atlas-1378: Use .gitignore so git does not see binary files as changed


Bugs: ATLAS-1378
    https://issues.apache.org/jira/browse/ATLAS-1378


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