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/main/.gitignore | 3 --- src/egl/wayland/.gitignore | 4 ---- 2 files changed, 7 deletions(-) (limited to 'src/egl') diff --git a/src/egl/main/.gitignore b/src/egl/main/.gitignore index 4d0c7d524f7..282522db034 100644 --- a/src/egl/main/.gitignore +++ b/src/egl/main/.gitignore @@ -1,5 +1,2 @@ -.deps -.libs Makefile Makefile.in -libEGL.la diff --git a/src/egl/wayland/.gitignore b/src/egl/wayland/.gitignore index 407633a1c1d..4cfa463ff64 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.2.3