From c21ebed2b0d42104e83548e11b188182a597806e Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Sun, 23 Jan 2011 12:39:28 -0800 Subject: [PATCH 1/1] [perl #82650] Ignore DTrace build product --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f8af423..0733ec0 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,9 @@ bug*.pl /GNUmakefile /x2p/GNUmakefile +# produced by dtrace -H when configured with usedtrace +perldtrace.h + # general build products *.o *.a -- 1.8.3.1