From 3f2a6f58eb2edf645143ccaa8a6fc8fe64ace491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 20 Nov 2019 19:08:36 +0100 Subject: [PATCH] tests/clutter: Remove unneeded gitignore files We're using meson, so everything built ends up in the build directory. https://gitlab.gnome.org/GNOME/mutter/merge_requests/935 --- src/tests/clutter/accessibility/.gitignore | 5 -- src/tests/clutter/interactive/.gitignore | 54 ---------------------- src/tests/clutter/micro-bench/.gitignore | 5 -- src/tests/clutter/performance/.gitignore | 7 --- 4 files changed, 71 deletions(-) delete mode 100644 src/tests/clutter/accessibility/.gitignore delete mode 100644 src/tests/clutter/interactive/.gitignore delete mode 100644 src/tests/clutter/micro-bench/.gitignore delete mode 100644 src/tests/clutter/performance/.gitignore diff --git a/src/tests/clutter/accessibility/.gitignore b/src/tests/clutter/accessibility/.gitignore deleted file mode 100644 index 2b1a0b151..000000000 --- a/src/tests/clutter/accessibility/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/cally-atkcomponent-example -/cally-atkeditabletext-example -/cally-atkevents-example -/cally-atktext-example -/cally-clone-example diff --git a/src/tests/clutter/interactive/.gitignore b/src/tests/clutter/interactive/.gitignore deleted file mode 100644 index 97afd48b9..000000000 --- a/src/tests/clutter/interactive/.gitignore +++ /dev/null @@ -1,54 +0,0 @@ -/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-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-material -/test-texture-quality -/test-texture-slicing -/test-touch-events -/test-unit-names.h diff --git a/src/tests/clutter/micro-bench/.gitignore b/src/tests/clutter/micro-bench/.gitignore deleted file mode 100644 index 13744d47e..000000000 --- a/src/tests/clutter/micro-bench/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/test-cogl-perf -/test-picking -/test-random-text -/test-text -/test-text-perf diff --git a/src/tests/clutter/performance/.gitignore b/src/tests/clutter/performance/.gitignore deleted file mode 100644 index 0d50b8430..000000000 --- a/src/tests/clutter/performance/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/test-picking -/test-state -/test-state-hidden -/test-state-interactive -/test-state-mini -/test-state-pick -/test-text-perf