[Mesa-dev] [PATCH] Add .gitignore files for recently-added gallium projects
Francisco Jerez
currojerez at riseup.net
Mon May 14 11:59:29 PDT 2012
Paul Berry <stereotype441 at gmail.com> writes:
> 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 <currojerez at riseup.net>
> ---
> src/gallium/auxiliary/pipe-loader/.gitignore | 1 +
> src/gallium/state_trackers/clover/.gitignore | 1 +
> src/gallium/targets/opencl/.gitignore | 1 +
> 3 files changed, 3 insertions(+), 0 deletions(-)
> create mode 100644 src/gallium/auxiliary/pipe-loader/.gitignore
> create mode 100644 src/gallium/state_trackers/clover/.gitignore
> create mode 100644 src/gallium/targets/opencl/.gitignore
>
> 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
> diff --git a/src/gallium/state_trackers/clover/.gitignore b/src/gallium/state_trackers/clover/.gitignore
> new file mode 100644
> index 0000000..5fc607b
> --- /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 0000000..5fc607b
> --- /dev/null
> +++ b/src/gallium/targets/opencl/.gitignore
> @@ -0,0 +1 @@
> +/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 229 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20120514/27aaf5ef/attachment.pgp>
More information about the mesa-dev
mailing list