Skip to content

Commit d89056c

Browse files
author
Junio C Hamano
committed
Remove generated files */*.py[co]
We missed ones in the compat/ subdirectory. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 3aadad1 commit d89056c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,12 @@ clean:
498498
rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o $(LIB_FILE)
499499
rm -f $(PROGRAMS) $(SIMPLE_PROGRAMS) git$X
500500
rm -f $(filter-out gitk,$(SCRIPTS))
501-
rm -f *.spec *.pyc *.pyo
501+
rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo
502502
rm -rf $(GIT_TARNAME)
503503
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
504504
rm -f git-core_$(GIT_VERSION)-*.dsc
505505
rm -f git-*_$(GIT_VERSION)-*.deb
506506
$(MAKE) -C Documentation/ clean
507507
$(MAKE) -C templates clean
508508
$(MAKE) -C t/ clean
509+

0 commit comments

Comments
 (0)