summaryrefslogtreecommitdiff
path: root/libavcodec
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 /libavcodec
parentcd8e5f9637b42f0caafbb0ab470e3f133cb5f200 (diff)
* cleanup
Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/.cvsignore2
-rw-r--r--libavcodec/Makefile2
2 files changed, 3 insertions, 1 deletions
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/*~ \