You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by dasch <gi...@git.apache.org> on 2015/07/22 13:28:10 UTC

[GitHub] avro pull request: Ignore generated files

GitHub user dasch opened a pull request:

    https://github.com/apache/avro/pull/45

    Ignore generated files

    The data.avr file is generated every times the tests are run; Gemfile.lock is generated every time `bundle install` is run.
    
    When working on the Ruby library it's annoying to constantly have to make sure not to commit these files. Since they should never be committed, they're safe to ignore.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dasch/avro dasch/ignore-tmp-files

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/45.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #45
    
----
commit eb5175b7cb31945fc02315eb7a8a908aaee2bc74
Author: Daniel Schierbeck <da...@zendesk.com>
Date:   2015-07-22T11:26:34Z

    Ignore generated files
    
    The data.avr file is generated every times the tests are run;
    Gemfile.lock is generated every time `bundle install` is run.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] avro pull request: AVRO-1709: Ignore generated files

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/avro/pull/45


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---