diff options
author | Emil Velikov <[email protected]> | 2017-03-07 15:57:27 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-13 11:16:35 +0000 |
commit | f282ace67862c0633d0a8135e4808867740d0d39 (patch) | |
tree | 09778715b524330d36f26ee8b724308579a31874 | |
parent | 700bebb958e93f4d472c383de62ced9db8e64bec (diff) |
i965: remove i965_symbols_test reference from .gitignore
The test/binary was removed back in 2012. With that one gone, we can
drop the .gitignore file all together.
Cc: Eric Anholt <[email protected]>
Fixes: c8850394423 ("i965: Drop the missing symbols link test.")
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/i965/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/.gitignore b/src/mesa/drivers/dri/i965/.gitignore deleted file mode 100644 index b806e740c25..00000000000 --- a/src/mesa/drivers/dri/i965/.gitignore +++ /dev/null @@ -1 +0,0 @@ -i965_symbols_test |