From: Ian Romanick Date: Tue, 22 Jun 2010 19:24:42 +0000 (-0700) Subject: Add missing build products to gitignore X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b302359394312112a61aec58c99be9ffc3406c92;p=mesa.git Add missing build products to gitignore --- diff --git a/.gitignore b/.gitignore index 9edd6daf71c..b3ce5e7086e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ ylwrap install-sh missing stamp-h1 +libtool +ltmain.sh Makefile *.o *~ diff --git a/glcpp/.gitignore b/glcpp/.gitignore index 077db8d8e14..c158dc8b862 100644 --- a/glcpp/.gitignore +++ b/glcpp/.gitignore @@ -2,6 +2,10 @@ glcpp glcpp-lex.c glcpp-parse.c glcpp-parse.h +glcpp-parse.output *.o +*.lo +*.la +.libs *~ tests/*.out