[PATCH wayland] gitignore: add test-suite files
Kristian Høgsberg
hoegsberg at gmail.com
Thu Jan 24 13:15:49 PST 2013
On Wed, Jan 23, 2013 at 02:20:41PM +0100, David Herrmann wrote:
> The *.log and *.trs files should be ignored by git as well as the GNU
> autotools ./test-driver helper script.
Thanks, committed.
> Signed-off-by: David Herrmann <dh.herrmann at googlemail.com>
> ---
> .gitignore | 1 +
> tests/.gitignore | 7 ++++++-
> 2 files changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/.gitignore b/.gitignore
> index 4f7a934..99b7089 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -29,5 +29,6 @@ ctags
> /ltmain.sh
> /missing
> /stamp-h1
> +/test-driver
> Makefile
> Makefile.in
> diff --git a/tests/.gitignore b/tests/.gitignore
> index e97e294..ccd440a 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -1,6 +1,10 @@
> +*.log
> +*.trs
> +
> array-test
> client-test
> connection-test
> +display-test
> event-loop-test
> exec-fd-leak-checker
> fixed-benchmark
> @@ -8,5 +12,6 @@ fixed-test
> list-test
> map-test
> os-wrappers-test
> +queue-test
> sanity-test
> -
> +socket-test
> --
> 1.8.1.1
>
More information about the wayland-devel
mailing list