diff options
author | Paul Berry <[email protected]> | 2012-03-15 16:43:53 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-03-20 11:50:50 -0700 |
commit | b41ab3b42c989926389e599d5794412a628f277f (patch) | |
tree | 42b6ac0384dbf49fea9f0fe51413d491d5ee0b4f /src/egl | |
parent | 75f82b5d580296a27ed026bc257763bfe24cfa60 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/main/.gitignore | 3 | ||||
-rw-r--r-- | src/egl/wayland/.gitignore | 4 |
2 files changed, 0 insertions, 7 deletions
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 |