From 69161e795e0ed5f75b64a72bc6a40eb8d9d88319 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 11 Mar 2010 11:06:50 +0100 Subject: [PATCH] ignore more files --- .gitignore | 3 +++ tests/check/ges/.gitignore | 4 ++++ tests/examples/.gitignore | 4 ++++ 3 files changed, 11 insertions(+) create mode 100644 tests/check/ges/.gitignore create mode 100644 tests/examples/.gitignore diff --git a/.gitignore b/.gitignore index 91e5f6e..6806707 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ log /config.sub /configure /depcomp +/gst-editing-services.spec /install-sh /libtool /ltmain.sh @@ -34,4 +35,6 @@ log /ges/gesmarshal.h +/docs/version.entities + /m4 \ No newline at end of file diff --git a/tests/check/ges/.gitignore b/tests/check/ges/.gitignore new file mode 100644 index 0000000..f2e3e14 --- /dev/null +++ b/tests/check/ges/.gitignore @@ -0,0 +1,4 @@ +basic +filesource +simplelayer +timelineobject diff --git a/tests/examples/.gitignore b/tests/examples/.gitignore new file mode 100644 index 0000000..fadbf1d --- /dev/null +++ b/tests/examples/.gitignore @@ -0,0 +1,4 @@ +test1 +test2 +test3 +test4 -- 2.7.4