[mutter] clutter: Add test .gitignore files



commit 2facf26568054439f8fe582dc478585d3a7e7356
Author: Jonas Ådahl <jadahl gmail com>
Date:   Fri May 27 14:38:48 2016 +0800

    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(+), 0 deletions(-)
---
diff --git a/clutter/tests/accessibility/.gitignore b/clutter/tests/accessibility/.gitignore
new file mode 100644
index 0000000..2b1a0b1
--- /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 0000000..74d19ee
--- /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 0000000..13744d4
--- /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 0000000..0d50b84
--- /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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]