Add some files to the utils directory svn:ignore and Makefile clean target

(closes issue #10808, reported by mvanbaak)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83741 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-09-25 08:09:01 +00:00
parent ddc6f8100e
commit 437b439c61

View File

@@ -60,6 +60,7 @@ clean:
rm -f .*.o.d .*.oo.d
rm -f md5.c strcompat.c ast_expr2.c ast_expr2f.c pbx_ael.c pval.c
rm -f aelparse.c aelbison.c conf2ael
rm -f utils.c sha1.c astobj2.c hashtest2
md5.c: ../main/md5.c
@cp $< $@