mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
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 <kenneth@whitecape.org>
This commit is contained in:
parent
75f82b5d58
commit
b41ab3b42c
16 changed files with 3 additions and 41 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
*.ilk
|
*.ilk
|
||||||
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
|
|
@ -36,3 +37,5 @@ build
|
||||||
libtool
|
libtool
|
||||||
manifest.txt
|
manifest.txt
|
||||||
.dir-locals.el
|
.dir-locals.el
|
||||||
|
.deps/
|
||||||
|
.libs/
|
||||||
|
|
|
||||||
3
src/egl/main/.gitignore
vendored
3
src/egl/main/.gitignore
vendored
|
|
@ -1,5 +1,2 @@
|
||||||
.deps
|
|
||||||
.libs
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
libEGL.la
|
|
||||||
|
|
|
||||||
4
src/egl/wayland/.gitignore
vendored
4
src/egl/wayland/.gitignore
vendored
|
|
@ -1,9 +1,5 @@
|
||||||
.deps/
|
|
||||||
.libs/
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
libwayland-egl.la
|
|
||||||
libwayland-drm.la
|
|
||||||
wayland-drm-client-protocol.h
|
wayland-drm-client-protocol.h
|
||||||
wayland-drm-server-protocol.h
|
wayland-drm-server-protocol.h
|
||||||
wayland-drm-protocol.c
|
wayland-drm-protocol.c
|
||||||
|
|
|
||||||
1
src/gallium/drivers/.gitignore
vendored
1
src/gallium/drivers/.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
.deps/
|
|
||||||
|
|
|
||||||
2
src/gallium/drivers/r300/.gitignore
vendored
2
src/gallium/drivers/r300/.gitignore
vendored
|
|
@ -1,5 +1,3 @@
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
r300_compiler_tests
|
r300_compiler_tests
|
||||||
.libs/
|
|
||||||
.deps/
|
|
||||||
|
|
|
||||||
4
src/gbm/.gitignore
vendored
4
src/gbm/.gitignore
vendored
|
|
@ -1,6 +1,2 @@
|
||||||
.deps/
|
|
||||||
.libs/
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
libgbm.la
|
|
||||||
libgbm_dri.la
|
|
||||||
|
|
|
||||||
2
src/glsl/glcpp/.gitignore
vendored
2
src/glsl/glcpp/.gitignore
vendored
|
|
@ -5,7 +5,5 @@ glcpp-parse.c
|
||||||
glcpp-parse.h
|
glcpp-parse.h
|
||||||
*.o
|
*.o
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
|
||||||
.libs
|
|
||||||
*~
|
*~
|
||||||
tests/*.out
|
tests/*.out
|
||||||
|
|
|
||||||
3
src/glx/.gitignore
vendored
3
src/glx/.gitignore
vendored
|
|
@ -1,5 +1,2 @@
|
||||||
.deps
|
|
||||||
.libs
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
libGL.la
|
|
||||||
|
|
|
||||||
3
src/mesa/drivers/dri/common/.gitignore
vendored
3
src/mesa/drivers/dri/common/.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
.deps
|
|
||||||
.libs
|
|
||||||
libdricommon.la
|
|
||||||
3
src/mesa/drivers/dri/i915/.gitignore
vendored
3
src/mesa/drivers/dri/i915/.gitignore
vendored
|
|
@ -1,5 +1,2 @@
|
||||||
.deps
|
|
||||||
.libs
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
i915_dri.la
|
|
||||||
|
|
|
||||||
3
src/mesa/drivers/dri/i965/.gitignore
vendored
3
src/mesa/drivers/dri/i965/.gitignore
vendored
|
|
@ -1,6 +1,3 @@
|
||||||
.deps
|
|
||||||
.libs
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
i965_dri.la
|
|
||||||
i965_symbols_test
|
i965_symbols_test
|
||||||
|
|
|
||||||
3
src/mesa/drivers/dri/nouveau/.gitignore
vendored
3
src/mesa/drivers/dri/nouveau/.gitignore
vendored
|
|
@ -1,5 +1,2 @@
|
||||||
.deps
|
|
||||||
.libs
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
nouveau_vieux_dri.la
|
|
||||||
|
|
|
||||||
3
src/mesa/drivers/dri/r200/.gitignore
vendored
3
src/mesa/drivers/dri/r200/.gitignore
vendored
|
|
@ -1,5 +1,2 @@
|
||||||
.deps
|
|
||||||
.libs
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
r200_dri.la
|
|
||||||
|
|
|
||||||
3
src/mesa/drivers/dri/radeon/.gitignore
vendored
3
src/mesa/drivers/dri/radeon/.gitignore
vendored
|
|
@ -1,5 +1,2 @@
|
||||||
.deps
|
|
||||||
.libs
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
radeon_dri.la
|
|
||||||
|
|
|
||||||
3
src/mesa/drivers/dri/swrast/.gitignore
vendored
3
src/mesa/drivers/dri/swrast/.gitignore
vendored
|
|
@ -1,5 +1,2 @@
|
||||||
.deps
|
|
||||||
.libs
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
swrast_dri.la
|
|
||||||
|
|
|
||||||
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
.deps/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue