From 2facf26568054439f8fe582dc478585d3a7e7356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 27 May 2016 14:38:48 +0800 Subject: [PATCH] clutter: Add test .gitignore files https://bugzilla.gnome.org/show_bug.cgi?id=768976 --- clutter/tests/accessibility/.gitignore | 5 +++ clutter/tests/interactive/.gitignore | 56 ++++++++++++++++++++++++++ clutter/tests/micro-bench/.gitignore | 5 +++ clutter/tests/performance/.gitignore | 7 ++++ 4 files changed, 73 insertions(+) create mode 100644 clutter/tests/accessibility/.gitignore create mode 100644 clutter/tests/interactive/.gitignore create mode 100644 clutter/tests/micro-bench/.gitignore create mode 100644 clutter/tests/performance/.gitignore diff --git a/clutter/tests/accessibility/.gitignore b/clutter/tests/accessibility/.gitignore new file mode 100644 index 000000000..2b1a0b151 --- /dev/null +++ b/clutter/tests/accessibility/.gitignore @@ -0,0 +1,5 @@ +/cally-atkcomponent-example +/cally-atkeditabletext-example +/cally-atkevents-example +/cally-atktext-example +/cally-clone-example diff --git a/clutter/tests/interactive/.gitignore b/clutter/tests/interactive/.gitignore new file mode 100644 index 000000000..74d19ee62 --- /dev/null +++ b/clutter/tests/interactive/.gitignore @@ -0,0 +1,56 @@ +/stamp-test-interactive +/stamp-test-unit-names +/test-actors +/test-animation +/test-animator +/test-bind-constraint +/test-binding-pool +/test-cairo-clock +/test-cairo-flowers +/test-clip +/test-cogl-multitexture +/test-cogl-offscreen +/test-cogl-point-sprites +/test-cogl-primitives +/test-cogl-shader-arbfp +/test-cogl-shader-glsl +/test-cogl-tex-convert +/test-cogl-tex-foreign +/test-cogl-tex-getset +/test-cogl-tex-polygon +/test-cogl-tex-tile +/test-cogl-vertex-buffer +/test-content +/test-devices +/test-easing +/test-events +/test-fbo +/test-grab +/test-image +/test-interactive +/test-keyframe-transition +/test-layout +/test-multistage +/test-paint-wrapper +/test-path-constraint +/test-pixmap +/test-rotate-zoom +/test-scale +/test-script +/test-scrolling +/test-shader-effects +/test-stage-read-pixels +/test-stage-sizing +/test-state +/test-state-animator +/test-state-script +/test-swipe-action +/test-table-layout +/test-text +/test-text-field +/test-texture-async +/test-texture-material +/test-texture-quality +/test-texture-slicing +/test-touch-events +/test-unit-names.h diff --git a/clutter/tests/micro-bench/.gitignore b/clutter/tests/micro-bench/.gitignore new file mode 100644 index 000000000..13744d47e --- /dev/null +++ b/clutter/tests/micro-bench/.gitignore @@ -0,0 +1,5 @@ +/test-cogl-perf +/test-picking +/test-random-text +/test-text +/test-text-perf diff --git a/clutter/tests/performance/.gitignore b/clutter/tests/performance/.gitignore new file mode 100644 index 000000000..0d50b8430 --- /dev/null +++ b/clutter/tests/performance/.gitignore @@ -0,0 +1,7 @@ +/test-picking +/test-state +/test-state-hidden +/test-state-interactive +/test-state-mini +/test-state-pick +/test-text-perf