Module: Mesa Branch: master Commit: 00efbbc38ccc1507b0963da4d60c601b9e0cb932 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00efbbc38ccc1507b0963da4d60c601b9e0cb932
Author: Ilia Mirkin <[email protected]> Date: Wed Nov 9 18:04:46 2016 -0500 swr: add archrast generated files to gitignore Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Bruce Cherniak <[email protected]> --- src/gallium/drivers/swr/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gallium/drivers/swr/.gitignore b/src/gallium/drivers/swr/.gitignore index 6b4de9e..172f3bf 100644 --- a/src/gallium/drivers/swr/.gitignore +++ b/src/gallium/drivers/swr/.gitignore @@ -1,4 +1,8 @@ swr_context_llvm.h +rasterizer/archrast/gen_ar_event.cpp +rasterizer/archrast/gen_ar_event.h +rasterizer/archrast/gen_ar_eventhandler.h +rasterizer/archrast/gen_ar_eventhandlerfile.h rasterizer/jitter/builder_gen.cpp rasterizer/jitter/builder_gen.h rasterizer/jitter/builder_x86.cpp _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
