You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2022/10/11 19:38:20 UTC

[couchdb-config] branch gitignore updated (3a25374 -> b29ad41)

This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a change to branch gitignore
in repository https://gitbox.apache.org/repos/asf/couchdb-config.git


 discard 3a25374  Git ignore ebin directory
     new b29ad41  Git ignore ebin and .eunit directories

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3a25374)
            \
             N -- N -- N   refs/heads/gitignore (b29ad41)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 1 +
 1 file changed, 1 insertion(+)


[couchdb-config] 01/01: Git ignore ebin and .eunit directories

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch gitignore
in repository https://gitbox.apache.org/repos/asf/couchdb-config.git

commit b29ad419779f2c18c4ae9490e0e07a1aabd03cc6
Author: Jay Doane <ja...@apache.org>
AuthorDate: Wed Oct 5 22:56:37 2022 -0700

    Git ignore ebin and .eunit directories
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5703b27
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+ebin
+.eunit