Skip to content
Snippets Groups Projects
Commit d15d9288 authored by Antony Pavlov's avatar Antony Pavlov Committed by Spencer Oliver
Browse files

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: default avatarAntony Pavlov <antonynpavlov@gmail.com>
Reviewed-on: http://openocd.zylin.com/1898


Tested-by: jenkins
Reviewed-by: default avatarPaul Fertser <fercerpav@gmail.com>
parent 1137eaed
Branches
Tags
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# build output # build output
.libs .libs
.deps .deps
.dirstamp
*.o *.o
*.o.?????? *.o.??????
*.a *.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment