From 821c34ecd9921e7478c8775905bf887b7513100c Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Mon, 14 May 2012 09:24:46 -0700 Subject: Add .gitignore files for recently-added gallium projects This patch adds .gitignore files to ignore the makefiles generated by the gallium pipe loader and the clover OpenCL state tracker. Reviewed-by: Francisco Jerez --- src/gallium/auxiliary/pipe-loader/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/gallium/auxiliary/pipe-loader/.gitignore (limited to 'src/gallium/auxiliary/pipe-loader') diff --git a/src/gallium/auxiliary/pipe-loader/.gitignore b/src/gallium/auxiliary/pipe-loader/.gitignore new file mode 100644 index 0000000..73954b7 --- /dev/null +++ b/src/gallium/auxiliary/pipe-loader/.gitignore @@ -0,0 +1 @@ +/Makefile \ No newline at end of file -- cgit v1.1