GNU bug report logs - #75040
[PATCH] Remove lib/malloc/.dirstamp and register to .gitignore.

Previous Next

Package: guile;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 23 Dec 2024 01:11:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: 75040 <at> debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: bug#75040: [PATCH] Remove lib/malloc/.dirstamp and register to .gitignore.
Date: Mon, 23 Dec 2024 10:10:08 +0900
* 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





This bug report was last modified 78 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.