autofu apparently adds these files for non-recoursive make. Fallout from the uwildmat addition.
While at it also exclude stuff generated by make distcheck Cc: Derek Morton <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a438c1c58a07..6204965a0e32 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,7 @@ core # *.swo *.swp +*.dirstamp cscope.* TAGS build-aux/ @@ -88,5 +89,7 @@ __pycache__ gtk-doc.make gtk-doc.m4 +intel-gpu-tools-*/ + piglit results -- 2.7.0 _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
