From: Antony Pavlov Date: Sat, 25 Jan 2014 07:07:53 +0000 (+0400) Subject: top .gitignore: ignore .dirstamp files X-Git-Tag: v0.8.0-rc1~104 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=d15d92881a4a05873bfa1a49647df2f583041429 top .gitignore: ignore .dirstamp files Just after succesfull build you can see some untracked files in the 'git status' output: src/jtag/drivers/versaloon/.dirstamp src/jtag/drivers/versaloon/usbtoxxx/.dirstamp This commit fixes the problem. Change-Id: I1674eb4423e97c5f0a47f216981eaffdc351f784 Signed-off-by: Antony Pavlov Reviewed-on: http://openocd.zylin.com/1898 Tested-by: jenkins Reviewed-by: Paul Fertser --- diff --git a/.gitignore b/.gitignore index b9a5be0e8d..2faffe839a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # build output .libs .deps +.dirstamp *.o *.o.?????? *.a