Browse Source

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>
tags/i965-primitive-restart-v2
Paul Berry 14 years ago
parent
commit
821c34ecd9

+ 1
- 0
src/gallium/auxiliary/pipe-loader/.gitignore View File

@@ -0,0 +1 @@
/Makefile

+ 1
- 0
src/gallium/state_trackers/clover/.gitignore View File

@@ -0,0 +1 @@
/Makefile

+ 1
- 0
src/gallium/targets/opencl/.gitignore View File

@@ -0,0 +1 @@
/Makefile

Loading…
Cancel
Save