From 468b6210b4c9b1a952553e7c6447c1db8a4b7037 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 17 Feb 2009 14:02:55 +0000 Subject: [PATCH] [gitignore] update gitignore files for tests/ --- .gitignore | 1 + tests/.gitignore | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore index 304ae42c4..7155319a3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ clutter-*.pc clutter.pc .deps .libs +*.o *.lo *.la ChangeLog* diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 000000000..07ac59cda --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,49 @@ +test-actors +test-behave +test-clip +test-cogl-offscreen +test-cogl-primitives +test-cogl-tex-convert +test-cogl-tex-foreign +test-cogl-tex-getset +test-cogl-tex-polygon +test-cogl-tex-tile +test-depth +test-devices +test-effects +test-entry +test-entry-auto +test-events +test-fbo +test-fullscreen +test-grab +test-invariants +test-label-cache +test-layout +test-model +test-multistage +test-offscreen +test-opacity +test-paint-wrapper +test-perspective +test-pick +test-pixmap +test-project +test-random-text +test-rotate +test-scale +test-score +test-script +test-shader +test-stage-read-pixels +test-text +test-texture-quality +test-textures +test-threads +test-timeline +test-timeline-dup-frames +test-timeline-interpolate +test-timeline-rewind +test-timeline-smoothness +test-unproject +test-viewport