Module: Mesa Branch: master Commit: e731f2648d24eacc56973a8111cdee3b545817d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e731f2648d24eacc56973a8111cdee3b545817d2
Author: Kristian H. Kristensen <[email protected]> Date: Thu Apr 18 10:31:31 2019 -0700 .gitignore: Remove autotool artifacts Signed-off-by: Kristian H. Kristensen <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Erik Faye-Lund <[email protected]> --- .gitignore | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.gitignore b/.gitignore index b79828c9a9e..6874760b80e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ *.dll *.exe *.ilk -*.la -*.lo *.log *.o *.obj @@ -24,31 +22,12 @@ *.trs *.zip *~ -depend -depend.bak -bin/ltmain.sh -lib -lib64 -configure -configure.lineno -autom4te.cache -aclocal.m4 -config.log -config.status cscope* tags .scon* config.py build -libtool manifest.txt .dir-locals.el -.deps/ -.dirstamp -.libs/ -Makefile -Makefile.in -.install-mesa-links -.install-gallium-links /src/git_sha1.h TAGS _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
