From: David B. <dbr...@us...> - 2009-12-31 08:26:45
|
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 7cef6d650c291de746b5948596fb3aab036c2775 (commit) from 3ed254c18aa7fc24cbc692433729ec3819fc5537 (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 7cef6d650c291de746b5948596fb3aab036c2775 Author: Dean Glazeski <dn...@gm...> Date: Wed Dec 30 23:21:33 2009 -0600 Remove some more Eclipse stuff from Git's eyes. This adds the .settings folder and the .cproject file put down by Eclipse from the eyes of Git. Signed-off-by: David Brownell <dbr...@us...> diff --git a/.gitignore b/.gitignore index 9928129..5ec831e 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,5 @@ NOTES # Eclipse stuff .project - +.cproject +.settings ----------------------------------------------------------------------- Summary of changes: .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |