diff options
author | Dan McGee <dan@archlinux.org> | 2009-05-19 06:00:16 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-05-19 06:02:56 +0200 |
commit | 1bbb34365c437ebdf85874f39474bce37c4b7144 (patch) | |
tree | 5187154b83e55183f9c63210634bfe09bb21e2ba | |
parent | 1d8d932fa65d920ab4d43d90f3227c17714f4f14 (diff) | |
download | pacman-1bbb34365c437ebdf85874f39474bce37c4b7144.tar.gz pacman-1bbb34365c437ebdf85874f39474bce37c4b7144.tar.xz |
Add pyc files to autoclean
Signed-off-by: Dan McGee <dan@archlinux.org>
-rwxr-xr-x | autoclean.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |