diff options
author | Chad Versace <[email protected]> | 2015-12-14 08:27:59 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2015-12-14 09:00:28 -0800 |
commit | 85a63840147603a1ce2c6b0bae4fc65980bbc0b3 (patch) | |
tree | 7b635fffa408a7773b1ae60f7bf4cf0f19ce93df /src/vulkan/tests | |
parent | 0da776b733981013cff741ad5765ac8e6920db61 (diff) |
anv/tests: gitignore block_pool_no_free
Diffstat (limited to 'src/vulkan/tests')
-rw-r--r-- | src/vulkan/tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/tests/.gitignore b/src/vulkan/tests/.gitignore index 9f4be5270f6..5d054055685 100644 --- a/src/vulkan/tests/.gitignore +++ b/src/vulkan/tests/.gitignore @@ -1,4 +1,5 @@ block_pool +block_pool_no_free state_pool state_pool_free_list_only state_pool_no_free |