diff mbox

[i-g-t,3/5] gitignore: Add .dirstamp

Message ID 1455799169-15273-3-git-send-email-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Feb. 18, 2016, 12:39 p.m. UTC
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@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

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