unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#75040: [PATCH] Remove lib/malloc/.dirstamp and register to .gitignore.
@ 2024-12-23  1:10 Maxim Cournoyer
  0 siblings, 0 replies; only message in thread
From: Maxim Cournoyer @ 2024-12-23  1:10 UTC (permalink / raw)
  To: 75040; +Cc: Maxim Cournoyer

* 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






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-23  1:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-23  1:10 bug#75040: [PATCH] Remove lib/malloc/.dirstamp and register to .gitignore Maxim Cournoyer

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