You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by hdiedrich <gi...@git.apache.org> on 2014/11/12 21:13:41 UTC

[GitHub] couchdb-couch-mrview pull request: Add .gitignore

GitHub user hdiedrich opened a pull request:

    https://github.com/apache/couchdb-couch-mrview/pull/10

    Add .gitignore

    git add . would add ebin/
    
    Added some standards from sibbling repos.
    
    COUCHDB-2457

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

    $ git pull https://github.com/hdiedrich/couchdb-couch-mrview 2457-add-gitignore

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

    https://github.com/apache/couchdb-couch-mrview/pull/10.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 #10
    
----
commit 9a556e0682fa9ea75ace578bcb338f378ad90d8f
Author: H. Diedrich <hd...@eonblast.com>
Date:   2014-11-12T20:10:27Z

    Add .gitignore
    
    COUCHDB-2457

----


---
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] couchdb-couch-mrview pull request: Add .gitignore

Posted by rnewson <gi...@git.apache.org>.
Github user rnewson commented on the pull request:

    https://github.com/apache/couchdb-couch-mrview/pull/10#issuecomment-62787744
  
    and add .rebar for the weird hidden directory that seems to get created. :D


---
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] couchdb-couch-mrview pull request: Add .gitignore

Posted by rnewson <gi...@git.apache.org>.
Github user rnewson commented on a diff in the pull request:

    https://github.com/apache/couchdb-couch-mrview/pull/10#discussion_r20248074
  
    --- Diff: .gitignore ---
    @@ -0,0 +1,7 @@
    +*~
    +*.beam
    +deps
    +ebin
    --- End diff --
    
    ebin/


---
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] couchdb-couch-mrview pull request: Add .gitignore

Posted by rnewson <gi...@git.apache.org>.
Github user rnewson commented on a diff in the pull request:

    https://github.com/apache/couchdb-couch-mrview/pull/10#discussion_r20248053
  
    --- Diff: .gitignore ---
    @@ -0,0 +1,7 @@
    +*~
    +*.beam
    +deps
    --- End diff --
    
    this project has no deps


---
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] couchdb-couch-mrview pull request: Add .gitignore

Posted by rnewson <gi...@git.apache.org>.
Github user rnewson commented on a diff in the pull request:

    https://github.com/apache/couchdb-couch-mrview/pull/10#discussion_r20248063
  
    --- Diff: .gitignore ---
    @@ -0,0 +1,7 @@
    +*~
    +*.beam
    +deps
    +ebin
    +doc
    --- End diff --
    
    or docs


---
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.
---