From: David B. <dbr...@us...> - 2009-10-19 18:54:35
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 3b95d0e079c6a0c6c1fdd2cc2ef381753baafc28 (commit) from 783c28ccaa7307ddbfb59425f67d8194636eba98 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3b95d0e079c6a0c6c1fdd2cc2ef381753baafc28 Author: David Brownell <dbr...@us...> Date: Mon Oct 19 09:53:45 2009 -0700 Ignore openocd.exe for "git status" diff --git a/.gitignore b/.gitignore index ec8c9a7..c0aba19 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ doc/openocd.vr doc/texinfo.tex doc/version.texi src/openocd +src/openocd.exe # configure/autotools output aclocal.m4 ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |