This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
Add missing build products to gitignore
tags/mesa-7.9-rc1
Ian Romanick
15 years ago
parent
1b85c46bcf
commit
b302359394
2 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
2
0
.gitignore
4
0
glcpp/.gitignore
+ 2
- 0
.gitignore
View File
@@ -11,6 +11,8 @@ ylwrap
install-sh
missing
stamp-h1
libtool
ltmain.sh
Makefile
*.o
*~
+ 4
- 0
glcpp/.gitignore
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
Write
Preview
Loading…
Cancel
Save