Skip to content

Commit 42d545e

Browse files
Junio C HamanoPetr Baudis
authored andcommitted
[PATCH] No need to clean temp_git_file_* anymore
Ancient cat-file command used to leave temp_git_file_* and there was support to remove them in the clean target of Makefile. I do not think it is needed anymore. From: Junio C Hamano <[email protected]> Signed-off-by: Petr Baudis <[email protected]>
1 parent 31cedfb commit 42d545e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ read-cache.o: cache.h
6868
show-diff.o: cache.h
6969

7070
clean:
71-
rm -f *.o $(PROG) temp_git_file_*
71+
rm -f *.o $(PROG)
7272

7373
backup: clean
7474
cd .. ; tar czvf dircache.tar.gz dir-cache

0 commit comments

Comments
 (0)