diff options
author | Paul Berry <stereotype441@gmail.com> | 2012-05-14 09:24:46 -0700 |
---|---|---|
committer | Paul Berry <stereotype441@gmail.com> | 2012-05-15 07:39:05 -0700 |
commit | 821c34ecd9921e7478c8775905bf887b7513100c (patch) | |
tree | 278d4513216c625a235ccd78e3eb31a6c64b83c3 /src/gallium/targets | |
parent | e88f9b9546119db83e19b1bdd2bc9db45058cebd (diff) | |
download | external_mesa3d-821c34ecd9921e7478c8775905bf887b7513100c.zip external_mesa3d-821c34ecd9921e7478c8775905bf887b7513100c.tar.gz external_mesa3d-821c34ecd9921e7478c8775905bf887b7513100c.tar.bz2 |
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 <currojerez@riseup.net>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/opencl/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |