diff options
author | Andy Wingo <wingo@pobox.com> | 2014-04-28 17:47:54 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2014-04-28 17:47:54 +0200 |
commit | b1812a6ce43f2eab5542f14e4989c5ecc31f9a94 (patch) | |
tree | 67a5fee6620080773f4860107989c4610ff7fa02 /.gitignore | |
parent | 9720934f3a88b68092b31e6f67056fd43780f52d (diff) | |
download | guile-b1812a6ce43f2eab5542f14e4989c5ecc31f9a94.tar.gz |
Add new standalone tests to gitignore
* .gitignore: Add entries.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 064305c46..3deeab233 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,5 @@ INSTALL /test-suite/standalone/test-scm-values /test-suite/standalone/test-scm-to-latin1-string /test-suite/standalone/test-scm-c-bind-keyword-arguments +/test-suite/standalone/test-foreign-object-c +/test-suite/standalone/test-srfi-4 |