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 "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=363df6cf108763e24eb5cb149131a3fa3f400734 The branch, stable-2.0 has been updated via 363df6cf108763e24eb5cb149131a3fa3f400734 (commit) from 4a0fb276a911d5a2760818af2901c75673df5a93 (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 363df6cf108763e24eb5cb149131a3fa3f400734 Author: Mark H Weaver <[email protected]> Date: Sun Nov 17 00:35:26 2013 -0500 Add more entries to .gitignore * .gitignore: Add /lib/poll.h, /lib/sys/select.h, /lib/sys/times.h, and /test-suite/standalone/test-scm-c-bind-keyword-arguments. ----------------------------------------------------------------------- Summary of changes: .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e4a93ac..064305c 100644 --- a/.gitignore +++ b/.gitignore @@ -150,9 +150,13 @@ INSTALL /lib/dirent.h /lib/langinfo.h /lib/wctype.h +/lib/poll.h +/lib/sys/select.h +/lib/sys/times.h /build-aux/ar-lib /build-aux/test-driver *.trs /test-suite/standalone/test-smob-mark /test-suite/standalone/test-scm-values /test-suite/standalone/test-scm-to-latin1-string +/test-suite/standalone/test-scm-c-bind-keyword-arguments hooks/post-receive -- GNU Guile
