From: Emil Velikov Date: Thu, 2 Mar 2017 19:11:06 +0000 (+0000) Subject: wayland: move .gitignore where applicable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1b5ed853f45b2b5a8114c5a6d3c8e467756a41e;p=mesa.git 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 --- 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