diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | docs/plugins/.gitignore | 2 | ||||
-rw-r--r-- | tests/check/.gitignore | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2007-09-19 Stefan Kost <ensonic@users.sf.net> + + * docs/plugins/.cvsignore: + * tests/check/.cvsignore: + Ignore registries in any format. + 2007-09-19 Wim Taymans <wim.taymans@gmail.com> * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain), diff --git a/docs/plugins/.gitignore b/docs/plugins/.gitignore index 58062cad..a77f035b 100644 --- a/docs/plugins/.gitignore +++ b/docs/plugins/.gitignore @@ -12,7 +12,7 @@ html gst-plugins-bad-plugins-scan gst-plugins-bad-plugins-scan.c -inspect-registry.xml +inspect-registry. html-build.stamp html.stamp diff --git a/tests/check/.gitignore b/tests/check/.gitignore index 5d45c6c3..9af31302 100644 --- a/tests/check/.gitignore +++ b/tests/check/.gitignore @@ -1 +1 @@ -test-registry.xml +test-registry.* |