Add .gitignore files for recently-added gallium projects
authorPaul Berry <stereotype441@gmail.com>
Mon, 14 May 2012 16:24:46 +0000 (09:24 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 15 May 2012 14:39:05 +0000 (07:39 -0700)
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>
src/gallium/auxiliary/pipe-loader/.gitignore [new file with mode: 0644]
src/gallium/state_trackers/clover/.gitignore [new file with mode: 0644]
src/gallium/targets/opencl/.gitignore [new file with mode: 0644]

diff --git a/src/gallium/auxiliary/pipe-loader/.gitignore b/src/gallium/auxiliary/pipe-loader/.gitignore
new file mode 100644 (file)
index 0000000..73954b7
--- /dev/null
@@ -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 (file)
index 0000000..5fc607b
--- /dev/null
@@ -0,0 +1 @@
+/Makefile
diff --git a/src/gallium/targets/opencl/.gitignore b/src/gallium/targets/opencl/.gitignore
new file mode 100644 (file)
index 0000000..5fc607b
--- /dev/null
@@ -0,0 +1 @@
+/Makefile