We added symbols-leak-test that is not covered by .gitignore (and should be)
Signed-off-by: Marek Chalupa <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3ea8576..2253d45 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ doc/libinput.doxygen doc/html tags test/test-* +test/symbols-leak-test* test-driver -- 2.1.0 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
