unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: guile-devel <guile-devel@gnu.org>
Subject: Master - Do not track html, tmp and some test-suite files
Date: Fri, 24 Jun 2016 23:40:27 -0300	[thread overview]
Message-ID: <20160624234027.63774ac6@capac> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 217 bytes --]

Hello,

	Attached...

Note that make check leaves the following toplevel file [a symlink to itself] behind:

	filesys-test-link.tmp

I guess make check itself should be patched but I don't know how.

David

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0002-Do-not-track-html-tmp-and-some-test-suite-files.patch --]
[-- Type: text/x-patch, Size: 888 bytes --]

From 8a0878a17a5f2ff7a74ec636ef646916adf51975 Mon Sep 17 00:00:00 2001
From: David Pirotte <david@altosw.be>
Date: Fri, 24 Jun 2016 23:31:49 -0300
Subject: [PATCH 2/2] Do not track html, tmp and some test-suite files

* .gitignore:  Do not track html files and dirs, *.tmp files and
  test-suite/standalone/test-smob-mark-race
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6375f2b..44e18dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,8 @@ config.status
 config.log
 config.h
 *.doc
+*.html
+*.tmp
 *.x
 *.lo
 *.la
@@ -142,6 +144,7 @@ INSTALL
 /test-suite/standalone/test-scm-spawn-thread
 /test-suite/standalone/test-pthread-create
 /test-suite/standalone/test-pthread-create-secondary
+/test-suite/standalone/test-smob-mark-race
 /lib/fcntl.h
 /lib/sys/uio.h
 /lib/stdalign.h
-- 
2.8.1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

             reply	other threads:[~2016-06-25  2:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-25  2:40 David Pirotte [this message]
2016-06-25  9:41 ` Master - Do not track html, tmp and some test-suite files Andy Wingo
2016-06-25 20:51   ` David Pirotte
2016-06-27  7:36     ` Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160624234027.63774ac6@capac \
    --to=david@altosw.be \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).