summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-04-26 07:18:57 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-04-26 07:18:57 +0000
commit1ac9248bb7c0c64bfebbd0ced1806a8899c396a9 (patch)
tree3d1bc046066e08adb4fedfa1e358797b42ce35d0
parentcd8e5f9637b42f0caafbb0ab470e3f133cb5f200 (diff)
* cleanup
Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--.cvsignore2
-rw-r--r--Makefile2
-rw-r--r--libav/.cvsignore6
-rw-r--r--libavcodec/.cvsignore2
-rw-r--r--libavcodec/Makefile2
5 files changed, 12 insertions, 2 deletions
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/*~ \