From: Junio C Hamano Date: Tue, 20 Dec 2005 01:59:58 +0000 (-0800) Subject: Remove generated files */*.py[co] X-Git-Tag: v1.0.0^2~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d89056c258bcf1164287c6c6d58ca53344bda0df;p=git.git Remove generated files */*.py[co] We missed ones in the compat/ subdirectory. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 9fd2ed3d9..c66220c1a 100644 --- a/Makefile +++ b/Makefile @@ -498,7 +498,7 @@ clean: rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o $(LIB_FILE) rm -f $(PROGRAMS) $(SIMPLE_PROGRAMS) git$X rm -f $(filter-out gitk,$(SCRIPTS)) - rm -f *.spec *.pyc *.pyo + rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo rm -rf $(GIT_TARNAME) rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz rm -f git-core_$(GIT_VERSION)-*.dsc @@ -506,3 +506,4 @@ clean: $(MAKE) -C Documentation/ clean $(MAKE) -C templates clean $(MAKE) -C t/ clean +