A bit annoying to see this stuff around in git status, so exclude it. Signed-off-by: Daniel Vetter <[email protected]> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore index c622b7cf0c4e..5b9ac8fee643 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,8 @@ stamp-h? symlink-tree texinfo.tex ylwrap +*.log +*.trs # Do not edit the following section # Edit Compile Debug Document Distribute -- 1.8.5.2 _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
