From: Paul Berry Date: Mon, 14 May 2012 16:24:46 +0000 (-0700) Subject: Add .gitignore files for recently-added gallium projects X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=821c34ecd9921e7478c8775905bf887b7513100c;p=mesa.git 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 --- diff --git a/src/gallium/auxiliary/pipe-loader/.gitignore b/src/gallium/auxiliary/pipe-loader/.gitignore new file mode 100644 index 00000000000..73954b716d6 --- /dev/null +++ b/src/gallium/auxiliary/pipe-loader/.gitignore @@ -0,0 +1 @@ +/Makefile \ No newline at end of file diff --git a/src/gallium/state_trackers/clover/.gitignore b/src/gallium/state_trackers/clover/.gitignore new file mode 100644 index 00000000000..5fc607b9e2f --- /dev/null +++ b/src/gallium/state_trackers/clover/.gitignore @@ -0,0 +1 @@ +/Makefile diff --git a/src/gallium/targets/opencl/.gitignore b/src/gallium/targets/opencl/.gitignore new file mode 100644 index 00000000000..5fc607b9e2f --- /dev/null +++ b/src/gallium/targets/opencl/.gitignore @@ -0,0 +1 @@ +/Makefile