Module: Mesa Branch: master Commit: 21e2e73f71096fd4607051c060cf82c593663d50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21e2e73f71096fd4607051c060cf82c593663d50
Author: Dylan Baker <[email protected]> Date: Fri Apr 13 12:04:57 2018 -0700 Add subprojects directory and git ignore For meson wraps. --- subprojects/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subprojects/.gitignore b/subprojects/.gitignore new file mode 100644 index 0000000000..68a882edba --- /dev/null +++ b/subprojects/.gitignore @@ -0,0 +1,3 @@ +* +!*.wrap +!.gitignore _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
