diff options
author | Emil Velikov <[email protected]> | 2017-03-02 19:11:06 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-13 11:16:30 +0000 |
commit | c1b5ed853f45b2b5a8114c5a6d3c8e467756a41e (patch) | |
tree | 229fe2e2289a7bec8a0bd00f827d3635d1af673a /src/egl/wayland/wayland-drm | |
parent | 5369b5a91dea392d3aea6f3438b77ee9b4d2a653 (diff) |
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 <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/egl/wayland/wayland-drm')
-rw-r--r-- | src/egl/wayland/wayland-drm/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |