Signed-off-by: Pekka Paalanen <[email protected]> --- tests/.gitignore | 1 + wcap/.gitignore | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 wcap/.gitignore
diff --git a/tests/.gitignore b/tests/.gitignore index 3c957f4..45f7735 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,4 @@ matrix-test setbacklight +test-client diff --git a/wcap/.gitignore b/wcap/.gitignore new file mode 100644 index 0000000..67b722d --- /dev/null +++ b/wcap/.gitignore @@ -0,0 +1,3 @@ +wcap-decode +wcap-snapshot + -- 1.7.3.4 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
