diff options
author | Mark H Weaver <mhw@netris.org> | 2013-11-17 00:35:26 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-11-17 00:35:26 -0500 |
commit | 363df6cf108763e24eb5cb149131a3fa3f400734 (patch) | |
tree | c53462db13091b046ec7097820123a9ed7192114 | |
parent | 4a0fb276a911d5a2760818af2901c75673df5a93 (diff) | |
download | guile-363df6cf108763e24eb5cb149131a3fa3f400734.tar.gz |
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.
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e4a93acac..064305c46 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 |