From 1bbb34365c437ebdf85874f39474bce37c4b7144 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 18 May 2009 23:00:16 -0500 Subject: Add pyc files to autoclean Signed-off-by: Dan McGee --- autoclean.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autoclean.sh') diff --git a/autoclean.sh b/autoclean.sh index c043c08f..73675f8d 100755 --- a/autoclean.sh +++ b/autoclean.sh @@ -21,6 +21,8 @@ rm -f etc/abs/{Makefile.in,Makefile} rm -f pactest{,/tests}/{Makefile.in,Makefile} rm -f contrib/{Makefile.in,Makefile} rm -f doc/{Makefile.in,Makefile} + +rm -f pactest/*.pyc rm -f doc/html/*.html rm -f doc/man3/*.3 -- cgit v1.2.3