Add missing build products to gitignore

This commit is contained in:
Ian Romanick 2010-06-22 12:24:42 -07:00
parent 1b85c46bcf
commit b302359394
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View file

@ -11,6 +11,8 @@ ylwrap
install-sh
missing
stamp-h1
libtool
ltmain.sh
Makefile
*.o
*~

4
glcpp/.gitignore vendored
View file

@ -2,6 +2,10 @@ glcpp
glcpp-lex.c
glcpp-parse.c
glcpp-parse.h
glcpp-parse.output
*.o
*.lo
*.la
.libs
*~
tests/*.out