unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 75040@debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: bug#75040: [PATCH] Remove lib/malloc/.dirstamp and register to .gitignore.
Date: Mon, 23 Dec 2024 10:10:08 +0900	[thread overview]
Message-ID: <20241223011008.22722-1-maxim.cournoyer@gmail.com> (raw)

* lib/malloc/.dirstamp: Delete file.
* .gitignore: Register.
---
 .gitignore           | 2 +-
 lib/malloc/.dirstamp | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 lib/malloc/.dirstamp

diff --git a/.gitignore b/.gitignore
index 7706a0879..8180beb12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.dirstamp
 *.o
 *.info
 *.info-[0-9]*
@@ -126,7 +127,6 @@ INSTALL
 /lib/sys/uio.h
 /lib/time.h
 /lib/unistd.h
-/lib/unistr/.dirstamp
 /lib/unistr.h
 /lib/unitypes.h
 /lib/unused-parameter.h
diff --git a/lib/malloc/.dirstamp b/lib/malloc/.dirstamp
deleted file mode 100644
index e69de29bb..000000000

base-commit: f6359a4715d023761454f1bf945633ce4cca98fc
-- 
2.46.0






                 reply	other threads:[~2024-12-23  1:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241223011008.22722-1-maxim.cournoyer@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=75040@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).