From: Zach W. <zw...@us...> - 2009-11-13 20:54:07
|
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 99b57b6dccec1059f746121b9b9ddb11313f708b (commit) from ebbc762182c943d5967ea106933181a2fb726b1b (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 99b57b6dccec1059f746121b9b9ddb11313f708b Author: Zachary T Welch <zw...@su...> Date: Fri Nov 13 11:52:53 2009 -0800 remove accidental artifact Somehow I managed to slip a temporary build file into the tree. Remove it and update the .gitignore file so it doesn't happen again. diff --git a/.gitignore b/.gitignore index 2c1c536..f8a5381 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .libs .deps *.o +*.o.?????? *.a *.lo *.la diff --git a/src/target/avrt.o.RcaTm5 b/src/target/avrt.o.RcaTm5 deleted file mode 100644 index e69de29..0000000 ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) delete mode 100644 src/target/avrt.o.RcaTm5 hooks/post-receive -- Main OpenOCD repository |