This is an automated email from Gerrit. Antony Pavlov (antonynpav...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1898
-- gerrit commit abeb522eb2be2bd4fc3a8e882a7410ac96d2f97a Author: Antony Pavlov <antonynpav...@gmail.com> Date: Sat Jan 25 11:07:53 2014 +0400 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 promlem. Change-Id: I1674eb4423e97c5f0a47f216981eaffdc351f784 Signed-off-by: Antony Pavlov <antonynpav...@gmail.com> diff --git a/.gitignore b/.gitignore index b9a5be0..2faffe8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # build output .libs .deps +.dirstamp *.o *.o.?????? *.a -- ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel