"David A. Greene" [off-list ref] writes:
From: Techlive Zheng <redacted>
Justification is missing here.
contrib/subtree/Makefile seems to do "rm -rf" on 'mainline' and
'subproj' in its "clean" target, which makes them look like
build/test artifacts that need to be ignored.
If they are no longer build/test artifacts, perhaps their removal
also need to be dropped from the Makefile?
quoted hunk
Signed-off-by: Techlive Zheng <redacted>
Signed-off-by: David A. Greene <redacted>
---
contrib/subtree/.gitignore | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/contrib/subtree/.gitignore b/contrib/subtree/.gitignore
index 91360a3..59aeeb4 100644
--- a/contrib/subtree/.gitignore
+++ b/contrib/subtree/.gitignore
@@ -1,6 +1,5 @@
*~
git-subtree
-git-subtree.xml
git-subtree.1
-mainline
-subproj
+git-subtree.xml
+t/trash\ directory.*