Module: Mesa Branch: master Commit: 7f1dc9335721c7e026634bbf558a443eb03bedeb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f1dc9335721c7e026634bbf558a443eb03bedeb
Author: Dieter Nützel <[email protected]> Date: Sun May 13 22:51:14 2018 +0200 radeonsi: create .gitignore Signed-off-by: Dieter Nützel <[email protected]> Signed-off-by: Marek Olšák <[email protected]> --- src/gallium/drivers/radeonsi/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/radeonsi/.gitignore b/src/gallium/drivers/radeonsi/.gitignore new file mode 100644 index 0000000000..a30f62c86a --- /dev/null +++ b/src/gallium/drivers/radeonsi/.gitignore @@ -0,0 +1,2 @@ +# Generated source files +/si_driinfo.h _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
