From 1ac9248bb7c0c64bfebbd0ced1806a8899c396a9 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 26 Apr 2002 07:18:57 +0000 Subject: [PATCH] * cleanup Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk --- .cvsignore | 2 ++ Makefile | 2 +- libav/.cvsignore | 6 ++++++ libavcodec/.cvsignore | 2 ++ libavcodec/Makefile | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 libav/.cvsignore create mode 100644 libavcodec/.cvsignore diff --git a/.cvsignore b/.cvsignore index 0ce1af8d38..0cc425cc33 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,5 @@ config.h config.mak *ffmpeg ffserver +Makefile.* +.depend diff --git a/Makefile b/Makefile index 3f2532ab96..6eae5bf555 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ depend: clean: $(MAKE) -C libavcodec clean $(MAKE) -C libav clean - rm -f *.o *~ gmon.out TAGS $(PROG) + rm -f *.o *~ .depend gmon.out TAGS $(PROG) distclean: clean $(MAKE) -C libavcodec distclean diff --git a/libav/.cvsignore b/libav/.cvsignore new file mode 100644 index 0000000000..0cc425cc33 --- /dev/null +++ b/libav/.cvsignore @@ -0,0 +1,6 @@ +config.h +config.mak +*ffmpeg +ffserver +Makefile.* +.depend diff --git a/libavcodec/.cvsignore b/libavcodec/.cvsignore new file mode 100644 index 0000000000..4d6d46d639 --- /dev/null +++ b/libavcodec/.cvsignore @@ -0,0 +1,2 @@ +Makefile.* +.depend diff --git a/libavcodec/Makefile b/libavcodec/Makefile index e5a8cfb3ad..9506300a08 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -91,7 +91,7 @@ depend: $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend clean: - rm -f *.o *~ $(LIB) $(SLIB) *.so i386/*.o i386/*~ \ + rm -f *.o *~ .depend $(LIB) $(SLIB) *.so i386/*.o i386/*~ \ armv4l/*.o armv4l/*~ \ mlib/*.o mlib/*~ \ alpha/*.o alpha/*~ \ -- GitLab