Module: Mesa Branch: master Commit: c94013c8194fea8e4107e1f3eaa8a0d9ebd2251d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c94013c8194fea8e4107e1f3eaa8a0d9ebd2251d
Author: Alyssa Rosenzweig <[email protected]> Date: Wed Aug 5 17:36:47 2020 -0400 panfrost: Add panloader/ to .gitignore For out-of-tree trace infrastructure. Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196> --- src/panfrost/lib/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/lib/.gitignore b/src/panfrost/lib/.gitignore new file mode 100644 index 00000000000..c1c2858c58a --- /dev/null +++ b/src/panfrost/lib/.gitignore @@ -0,0 +1 @@ +panloader _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
