[Intel-gfx] [PATCH i-g-t 3/5] gitignore: Add .dirstamp
Daniel Vetter
daniel.vetter at ffwll.ch
Thu Feb 18 12:39:27 UTC 2016
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 <derek.j.morton at intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
.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
More information about the Intel-gfx
mailing list