diff options
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/.gitignore | 1 | ||||
-rw-r--r-- | src/gallium/state_trackers/clover/.gitignore | 1 | ||||
-rw-r--r-- | 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 00000000000..73954b716d6 --- /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 00000000000..5fc607b9e2f --- /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 00000000000..5fc607b9e2f --- /dev/null +++ b/src/gallium/targets/opencl/.gitignore @@ -0,0 +1 @@ +/Makefile |