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 2023/06/15 05:10:19 UTC

[couchdb-hqueue] branch gitignore updated (512dc53 -> 37a6c3f)

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


 discard 512dc53  Git ignore compile artifacts
     add b806f21  Fix alloc size in hqueue
     add 116c6b4  Merge pull request #5 from apache/fix-enif-alloc-size
     new 37a6c3f  Git ignore compile artifacts

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   (512dc53)
            \
             N -- N -- N   refs/heads/gitignore (37a6c3f)

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:
 c_src/hqueue_nif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[couchdb-hqueue] 01/01: Git ignore compile artifacts

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

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

    Git ignore compile artifacts
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index b54f306..d765922 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,11 @@
 .hqueue.dev
+*.d
 *.o
 *.beam
 *.so
 .eunit
 erl_crash.dump
 rebar
+ebin
+compile_commands.json