From 4b7b4c46c5eeceb5ce5c0cb0aac50f32284d29d3 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Thu, 14 Jun 2012 10:02:24 -0700 Subject: glx/tests and mesa/tests: Update .gitignore files. This patch updates .gitignore files to account for the new build artifacts introduced by the following commits: ae376f0 glx/tests: Rename test as glx-test 8fecdcc mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions a29ad2b mesa/tests: Add tests for the generated dispatch table --- src/mesa/main/tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/mesa/main/tests/.gitignore (limited to 'src/mesa/main/tests') diff --git a/src/mesa/main/tests/.gitignore b/src/mesa/main/tests/.gitignore new file mode 100644 index 00000000000..efd1896b73c --- /dev/null +++ b/src/mesa/main/tests/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/main-test -- cgit v1.2.3