diff options
author | Paul Berry <[email protected]> | 2012-11-14 11:23:51 -0800 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-11-14 11:23:51 -0800 |
commit | b85a8cd208a86a5aa9420fbae82e2d84de8945a2 (patch) | |
tree | 4133f0414220f62f6a8ea2773f47357bd3a41cba /src/mesa/main/tests/hash_table | |
parent | 73d9703a9310b8c8ab0defe31598308c9d8b7103 (diff) |
mesa: Add .gitignore for hashtable collision unit test.
This test was introduced in commit
35fd61bd99c15c2e13d3945b41c4db7df6e64319.
Diffstat (limited to 'src/mesa/main/tests/hash_table')
-rw-r--r-- | src/mesa/main/tests/hash_table/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/tests/hash_table/.gitignore b/src/mesa/main/tests/hash_table/.gitignore index 94ede9fc0a3..3123ac5e139 100644 --- a/src/mesa/main/tests/hash_table/.gitignore +++ b/src/mesa/main/tests/hash_table/.gitignore @@ -1,4 +1,5 @@ Makefile +collision delete_and_lookup delete_management destroy_callback |