summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-20 01:59:58 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-12-20 02:00:54 (GMT)
commitd89056c258bcf1164287c6c6d58ca53344bda0df (patch)
tree50324ac6b57cf48bdf01bd594cf155b5084780df
parent3aadad1b32db3555bc19dac0892d41628a8e736d (diff)
downloadgit-d89056c258bcf1164287c6c6d58ca53344bda0df.zip
git-d89056c258bcf1164287c6c6d58ca53344bda0df.tar.gz
git-d89056c258bcf1164287c6c6d58ca53344bda0df.tar.bz2
Remove generated files */*.py[co]
We missed ones in the compat/ subdirectory. Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fd2ed3..c66220c 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
+