Module: Mesa Branch: master Commit: 368734d014510aa82403a8064c5f57a76d0ba406 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=368734d014510aa82403a8064c5f57a76d0ba406
Author: Emil Velikov <[email protected]> Date: Wed Aug 30 16:29:59 2017 +0100 .gitignore: list *.orig and *.rej Should prevent accidental check-in of patch artefacts. Suggested-by: Mike Lothian <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 964409265f..b79828c9a9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,11 +7,13 @@ *.log *.o *.obj +*.orig *.os *.pc *.pdb *.pyc *.pyo +*.rej *.so *.so.* *.sw[a-z] _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
