mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
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>
This commit is contained in:
parent
e88f9b9546
commit
821c34ecd9
3 changed files with 3 additions and 0 deletions
1
src/gallium/auxiliary/pipe-loader/.gitignore
vendored
Normal file
1
src/gallium/auxiliary/pipe-loader/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/Makefile
|
||||
1
src/gallium/state_trackers/clover/.gitignore
vendored
Normal file
1
src/gallium/state_trackers/clover/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/Makefile
|
||||
1
src/gallium/targets/opencl/.gitignore
vendored
Normal file
1
src/gallium/targets/opencl/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/Makefile
|
||||
Loading…
Add table
Reference in a new issue