mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
Add missing build products to gitignore
This commit is contained in:
parent
1b85c46bcf
commit
b302359394
2 changed files with 6 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -11,6 +11,8 @@ ylwrap
|
|||
install-sh
|
||||
missing
|
||||
stamp-h1
|
||||
libtool
|
||||
ltmain.sh
|
||||
Makefile
|
||||
*.o
|
||||
*~
|
||||
|
|
|
|||
4
glcpp/.gitignore
vendored
4
glcpp/.gitignore
vendored
|
|
@ -2,6 +2,10 @@ glcpp
|
|||
glcpp-lex.c
|
||||
glcpp-parse.c
|
||||
glcpp-parse.h
|
||||
glcpp-parse.output
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
*~
|
||||
tests/*.out
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue