doxygen: Add glsl to the Makefile and .gitignore.

This commit is contained in:
Kenneth Graunke
2011-01-19 23:49:54 -08:00
parent aec19381ec
commit 4fafde6a8c
2 changed files with 2 additions and 0 deletions

1
doxygen/.gitignore vendored
View File

@@ -6,6 +6,7 @@ core
core_subset
gallium
glapi
glsl
main
math
math_subset

View File

@@ -11,6 +11,7 @@ FULL = \
math.doxy \
vbo.doxy \
glapi.doxy \
glsl.doxy \
shader.doxy \
swrast.doxy \
swrast_setup.doxy \