summaryrefslogtreecommitdiff
path: root/src/glsl/.gitignore
AgeCommit message (Collapse)Author
2011-03-01Add generated parser / lexer files to gitignore listsIan Romanick
2011-01-19Add machine generated files to .gitignoretwied
2011-01-10glsl: Autogenerate builtin_functions.cpp as part of the build process.Kenneth Graunke
Python is already necessary for other parts of Mesa, so there's no reason we can't just generate it. This patch updates both make and SCons to do so.
2010-07-28glsl: Ignore glsl_compiler and glsl_parser.output files.Carl Worth
These are generated files where we can do the sane thing, and keep them out of version control.
2010-07-26glsl2: Remove old .gitignore file from when we were out of tree.Eric Anholt
2010-06-24glsl2: Stop .gitignoring the old standalone build system.Eric Anholt
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt