From b41ab3b42c989926389e599d5794412a628f277f Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Thu, 15 Mar 2012 16:43:53 -0700 Subject: Add .deps/, .libs/, and *.la to toplevel .gitignore To avoid redundancies, this patch also removes .deps, .libs, and *.la from .gitignore files in subdirectories. Reviewed-by: Kenneth Graunke --- src/egl/wayland/.gitignore | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/egl/wayland') diff --git a/src/egl/wayland/.gitignore b/src/egl/wayland/.gitignore index 407633a..4cfa463 100644 --- a/src/egl/wayland/.gitignore +++ b/src/egl/wayland/.gitignore @@ -1,9 +1,5 @@ -.deps/ -.libs/ Makefile Makefile.in -libwayland-egl.la -libwayland-drm.la wayland-drm-client-protocol.h wayland-drm-server-protocol.h wayland-drm-protocol.c -- cgit v1.1