civodul pushed a commit to branch main
in repository guile.

commit 75fd1d6434d765f7b4c702ab17861dda398ab6e6
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Mon Dec 23 10:10:08 2024 +0900

    Remove lib/malloc/.dirstamp and register to .gitignore.
    
    * lib/malloc/.dirstamp: Delete file.
    * .gitignore: Register.
    
    Signed-off-by: Ludovic Courtès <l...@gnu.org>
---
 .gitignore           | 2 +-
 lib/malloc/.dirstamp | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index ad46b8c94..0dbca7366 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.dirstamp
 *.o
 *.info
 *.info-[0-9]*
@@ -124,7 +125,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

Reply via email to