diff options
author | Kristian H. Kristensen <hoegsberg@google.com> | 2019-04-18 10:31:31 -0700 |
---|---|---|
committer | Kristian H. Kristensen <hoegsberg@google.com> | 2019-04-18 14:12:43 -0700 |
commit | e731f2648d24eacc56973a8111cdee3b545817d2 (patch) | |
tree | 4fa4d60ef6981ca861248a5a22f9d1b8ae1a3942 /.gitignore | |
parent | 12f6c34806cbb1d9e65ee3d070c753b4b47a6e64 (diff) | |
download | mesa-e731f2648d24eacc56973a8111cdee3b545817d2.tar.gz |
.gitignore: Remove autotool artifacts
Signed-off-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 0 insertions, 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 |