From c1b5ed853f45b2b5a8114c5a6d3c8e467756a41e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 2 Mar 2017 19:11:06 +0000 Subject: wayland: move .gitignore where applicable Strictly speaking things work as-is, but let's move the file alongside the artefacts it references. Analogous to all other places in mesa. Signed-off-by: Emil Velikov Reviewed-by: Jason Ekstrand --- src/egl/wayland/.gitignore | 3 --- src/egl/wayland/wayland-drm/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 src/egl/wayland/.gitignore create mode 100644 src/egl/wayland/wayland-drm/.gitignore (limited to 'src') diff --git a/src/egl/wayland/.gitignore b/src/egl/wayland/.gitignore deleted file mode 100644 index f4ed848476f..00000000000 --- a/src/egl/wayland/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -wayland-drm-client-protocol.h -wayland-drm-server-protocol.h -wayland-drm-protocol.c diff --git a/src/egl/wayland/wayland-drm/.gitignore b/src/egl/wayland/wayland-drm/.gitignore new file mode 100644 index 00000000000..f4ed848476f --- /dev/null +++ b/src/egl/wayland/wayland-drm/.gitignore @@ -0,0 +1,3 @@ +wayland-drm-client-protocol.h +wayland-drm-server-protocol.h +wayland-drm-protocol.c -- cgit v1.2.3