From 15c83c45a0a7b52d47bf4e2f7ef9b2476c545a98 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 13 Jun 2006 11:05:08 +0000 Subject: [PATCH] Ignore log files. Original commit message from CVS: * .cvsignore: * testsuite/.cvsignore: Ignore log files. --- .gitignore | 1 + ChangeLog | 6 ++++++ testsuite/.gitignore | 1 + 3 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 4979fe259c..ed44677d26 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ gst-python*.tar.* pygst.py gst-libs gst-python-0.9.3.1 +log diff --git a/ChangeLog b/ChangeLog index ba2083c6b5..92493c845e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-06-13 Edward Hervey + + * .cvsignore: + * testsuite/.cvsignore: + Ignore log files. + 2006-06-13 Edward Hervey * Makefile.am: (CLEANFILES): diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 0d20b6487c..b88dc34597 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1 +1,2 @@ *.pyc +log