Update ignore file
Add the conformance test units for ClutterText.
This commit is contained in:
parent
edd6b65743
commit
45de6df615
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -152,6 +152,19 @@ stamp-h1
|
|||
/tests/conform/test_rectangle_opacity
|
||||
/tests/conform/test_backface_culling
|
||||
/tests/conform/test_binding_pool
|
||||
/tests/conform/test_text_append_some
|
||||
/tests/conform/test_text_cache
|
||||
/tests/conform/test_text_cursor
|
||||
/tests/conform/test_text_delete_chars
|
||||
/tests/conform/test_text_delete_text
|
||||
/tests/conform/test_text_empty
|
||||
/tests/conform/test_text_event
|
||||
/tests/conform/test_text_get_chars
|
||||
/tests/conform/test_text_insert
|
||||
/tests/conform/test_text_prepend_some
|
||||
/tests/conform/test_text_set_empty
|
||||
/tests/conform/test_text_set_text
|
||||
/tests/conform/test_text_utf8_validation
|
||||
/tests/micro-bench/test-text
|
||||
/tests/tools/disable-npots.sh
|
||||
/clutter/x11/clutter-x11-enum-types.[ch]
|
||||
|
|
Loading…
Reference in a new issue