diff options
author | Eric Anholt <[email protected]> | 2010-05-03 10:16:57 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-06-24 15:05:19 -0700 |
commit | 182b623de3beafaf586644014e108339a644b2db (patch) | |
tree | 6ff51f93afdac044d18cb4f9159b19bf7007425f | |
parent | 84771df82ed2ed8718013795089edd38cf5bd84d (diff) |
Ignore the generated codegen files for now.
Later we'll throw them in revision control.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b3ce5e7086e..376aaeda13a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ glsl_parser.output glsl_parser.cpp glsl_parser.h glsl +mesa_codegen.cpp +mesa_codegen.h |