diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2013-07-30 07:34:02 -0700 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2013-07-30 07:34:26 -0700 |
commit | b6b465c7de63f2d10bf54f325c7cc3b8aac9106a (patch) | |
tree | 6c786c5495557ed063319f3cb94f42b6056f51e2 /.gitignore | |
parent | 76f888e2f48336cbac3944fe82c192af68e89265 (diff) |
gitignore: add generated_tests/cl/
Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7e58f3778..635a1071a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,6 @@ cmake_install.cmake CMakeCache.txt target_api tests/glslparsertest/glslcompiler +generated_tests/cl .makotmp |