Module: Mesa
Branch: master
Commit: 821c34ecd9921e7478c8775905bf887b7513100c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=821c34ecd9921e7478c8775905bf887b7513100c

Author: Paul Berry <[email protected]>
Date:   Mon May 14 09:24:46 2012 -0700

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 <[email protected]>

---

 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(-)

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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to