diff options
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2016-03-22 18:42:51 -0300 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-03-28 22:12:54 +0100 |
commit | b5c0cf0fcb29b3c460ce1e9bbbadf8894d858883 (patch) | |
tree | c997bd898ab923086304c22ac0cd5bdc53ff5eb1 | |
parent | 2e6f8f1dd5ef7456cfa3dbea597abef87b124d98 (diff) |
gitignore: ignore kms-steal-crtc and kms-universal-planes
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by; Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1b853a24d926..a44566fb77e8 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,8 @@ tests/modeprint/modeprint tests/modetest/modetest tests/name_from_fd tests/proptest/proptest +tests/kms/kms-steal-crtc +tests/kms/kms-universal-planes tests/kmstest/kmstest tests/vbltest/vbltest tests/radeon/radeon_ttm |