diff options
author | Carl Worth <[email protected]> | 2010-07-28 12:30:07 -0700 |
---|---|---|
committer | Carl Worth <[email protected]> | 2010-07-28 13:48:32 -0700 |
commit | f8a04b38775cc9f40619e3fb3be39d585e0d4920 (patch) | |
tree | 0a2583c572d03ab84b11a8387952af0ea29e5670 /src/glsl/.gitignore | |
parent | e8a8f0f278d3c2b46b9e9883cbd837a59fcc3aaa (diff) |
glsl: Ignore glsl_compiler and glsl_parser.output files.
These are generated files where we can do the sane thing, and keep
them out of version control.
Diffstat (limited to 'src/glsl/.gitignore')
-rw-r--r-- | src/glsl/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/.gitignore b/src/glsl/.gitignore new file mode 100644 index 00000000000..4c212313e45 --- /dev/null +++ b/src/glsl/.gitignore @@ -0,0 +1,2 @@ +glsl_compiler +glsl_parser.output |