From b9a53d379d3aaca4b09a90cd44d5a9d9736a2435 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sun, 14 Jun 2009 01:16:30 +0100 Subject: [PATCH] [gitignore] ignore TAGS and new test * ignore files generated by make tags * ignore the newly introduced premult test --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c726ce016..186a5c5ce 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,7 @@ ltmain.sh missing mkinstalldirs stamp-h1 +TAGS /tests/interactive/*.o /tests/conform/*.o /tests/micro-bench/*.o @@ -171,6 +172,7 @@ stamp-h1 /tests/conform/test-mesh-interleved /tests/conform/test-mesh-mutability /tests/conform/test-paint-opacity +/tests/conform/test-premult /tests/conform/test-rectangle-opacity /tests/conform/test-backface-culling /tests/conform/test-binding-pool