diff options
author | Paul Berry <[email protected]> | 2012-05-14 09:24:46 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-05-15 07:39:05 -0700 |
commit | 821c34ecd9921e7478c8775905bf887b7513100c (patch) | |
tree | 278d4513216c625a235ccd78e3eb31a6c64b83c3 /src/gallium/auxiliary/pipe-loader | |
parent | e88f9b9546119db83e19b1bdd2bc9db45058cebd (diff) |
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]>
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/.gitignore b/src/gallium/auxiliary/pipe-loader/.gitignore new file mode 100644 index 00000000000..73954b716d6 --- /dev/null +++ b/src/gallium/auxiliary/pipe-loader/.gitignore @@ -0,0 +1 @@ +/Makefile
\ No newline at end of file |