[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#75040: [PATCH] Remove lib/malloc/.dirstamp and register to .gitignor
From: |
Maxim Cournoyer |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#75040: [PATCH] Remove lib/malloc/.dirstamp and register to .gitignore.,
Maxim Cournoyer <=